From: DRC Date: Thu, 27 Oct 2011 20:40:21 +0000 (+0000) Subject: iOS doesn't allow dynamic linking against non-system libs X-Git-Tag: 1.1.90~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89c59dd669731d2a23f112d7cfe94ad16e314c0a;p=libjpeg-turbo iOS doesn't allow dynamic linking against non-system libs git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@716 632fc199-4ca6-4c93-a231-07263d6284db --- 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"