Merge pull request #5 from shinnguyen5589/patch-1
Update build_libcurl_dist.sh for ipv6
This commit is contained in:
commit
ee1633ce46
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function build_for_arch() {
|
||||||
export PATH="${DEVROOT}/usr/bin/:${PATH}"
|
export PATH="${DEVROOT}/usr/bin/:${PATH}"
|
||||||
export CFLAGS="-arch ${ARCH} -pipe -Os -gdwarf-2 -isysroot ${SYSROOT} -miphoneos-version-min=${IPHONEOS_DEPLOYMENT_TARGET} -fembed-bitcode"
|
export CFLAGS="-arch ${ARCH} -pipe -Os -gdwarf-2 -isysroot ${SYSROOT} -miphoneos-version-min=${IPHONEOS_DEPLOYMENT_TARGET} -fembed-bitcode"
|
||||||
export LDFLAGS="-arch ${ARCH} -isysroot ${SYSROOT}"
|
export LDFLAGS="-arch ${ARCH} -isysroot ${SYSROOT}"
|
||||||
./configure --disable-shared --enable-static ${SSL_FLAG} --host="${HOST}" --prefix=${PREFIX} && make -j8 && make install
|
./configure --disable-shared --enable-static --enable-ipv6 ${SSL_FLAG} --host="${HOST}" --prefix=${PREFIX} && make -j8 && make install
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$1" == "openssl" ]
|
if [ "$1" == "openssl" ]
|
||||||
|
|
Loading…
Reference in a new issue