From 1274b232fa6867c92b0f12f89aeedac93d046996 Mon Sep 17 00:00:00 2001 From: Tom Gall Date: Thu, 22 Dec 2011 15:24:43 -0600 Subject: r716 : iOS doesn't allow dynamic linking against non-system libs --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 533d535..a889ed7 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -320,7 +320,7 @@ Set the following shell variables for simplicity: Follow the procedure under "Building libjpeg-turbo" above, adding - --host arm-apple-darwin10 \ + --host arm-apple-darwin10 --enable-static --disable-shared \ CC="$IOS_GCC" LD="$IOS_GCC" \ CFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT -O3 $IOS_CFLAGS" \ LDFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT $IOS_CFLAGS" -- cgit v1.2.3