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