mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-14 07:25:31 +00:00
Fixed issues with zlib
This commit is contained in:
parent
73b78e1455
commit
ee51f75c78
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user