]> granicus.if.org Git - libjpeg-turbo/commitdiff
iOS doesn't allow dynamic linking against non-system libs
authorDRC <dcommander@users.sourceforge.net>
Thu, 27 Oct 2011 20:40:21 +0000 (20:40 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 27 Oct 2011 20:40:21 +0000 (20:40 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@716 632fc199-4ca6-4c93-a231-07263d6284db

BUILDING.txt

index 533d535dfea662659ca404d38bfbc1f79854b62a..a889ed78220b68dd98ad9c54c0f113ee38730e96 100644 (file)
@@ -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"