From c290b0738294759a0c38db18688000212301e169 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 18 Feb 2014 17:26:36 +0100 Subject: [PATCH] Added $WITH_OPENSSL again to PHP --- src/build/compile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index de4909783..d2f9fa2d6 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-generic32" + OPENSSL_TARGET="linux-elf" fi fi @@ -383,6 +383,7 @@ 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 \