From 2c9337f200c28eefa99acf8e5844b27c8183f93d Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 18 Feb 2014 17:31:12 +0100 Subject: [PATCH] Revert "Added $WITH_OPENSSL again to PHP" This reverts commit c290b0738294759a0c38db18688000212301e169. --- src/build/compile.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index d2f9fa2d6..de4909783 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -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 \