mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Added $WITH_OPENSSL again to PHP
This commit is contained in:
parent
0e5c532f5e
commit
c290b07382
@ -133,7 +133,7 @@ elif [ -z "$CFLAGS" ]; then
|
|||||||
else
|
else
|
||||||
echo "[INFO] Compiling for current machine using 32-bit"
|
echo "[INFO] Compiling for current machine using 32-bit"
|
||||||
CFLAGS="-m32 $CFLAGS"
|
CFLAGS="-m32 $CFLAGS"
|
||||||
OPENSSL_TARGET="linux-generic32"
|
OPENSSL_TARGET="linux-elf"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -383,6 +383,7 @@ RANLIB=$RANLIB ./configure $OPTIMIZATION--prefix="$DIR/bin/php5" \
|
|||||||
--with-curl="$HAVE_CURL" \
|
--with-curl="$HAVE_CURL" \
|
||||||
--with-zlib="$DIR/bin/php5" \
|
--with-zlib="$DIR/bin/php5" \
|
||||||
--with-yaml="$DIR/bin/php5" \
|
--with-yaml="$DIR/bin/php5" \
|
||||||
|
$WITH_OPENSSL \
|
||||||
$HAVE_LIBEDIT \
|
$HAVE_LIBEDIT \
|
||||||
--disable-libxml \
|
--disable-libxml \
|
||||||
--disable-xml \
|
--disable-xml \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user