Fixed issues with zlib

This commit is contained in:
Shoghi Cervantes 2014-03-07 05:15:01 +01:00
parent 73b78e1455
commit ee51f75c78

View File

@ -295,10 +295,12 @@ if [ "$COMPILE_OPENSSL" == "yes" ] || [ "$COMPILE_CURL" == "yes" ] && [ "$IS_CRO
$OPENSSL_TARGET \ $OPENSSL_TARGET \
--prefix="$DIR/bin/php5" \ --prefix="$DIR/bin/php5" \
--openssldir="$DIR/bin/php5" \ --openssldir="$DIR/bin/php5" \
zlib \
zlib-dynamic \
--with-zlib-lib="$DIR/bin/php5/lib" \ --with-zlib-lib="$DIR/bin/php5/lib" \
--with-zlib-include="$DIR/bin/php5/include" \ --with-zlib-include="$DIR/bin/php5/include" \
zlib-dynamic \
shared \ shared \
no-ssl2 \
no-asm \ no-asm \
no-hw \ no-hw \
no-engines \ no-engines \