From 943e038772c57cacc627b58b3f19147042bc2ff1 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 17 Feb 2014 18:37:37 +0100 Subject: [PATCH] Remove OpenSSL from PHP build :P --- src/build/compile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index e95d22ab5..5dd48f786 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -371,7 +371,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 \