From e22b70296f34e06f82556099599c677f50689041 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 16 Feb 2014 13:52:10 +0100 Subject: [PATCH] Update compile.sh --- src/build/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index d6d356c93..57724235b 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -3,7 +3,6 @@ PHP_VERSION="5.5.9" ZEND_VM="GOTO" ZLIB_VERSION="1.2.8" -GNUTLS_VERSION="3.2.11" CURL_VERSION="curl-7_35_0" LIBEDIT_VERSION="0.3" PTHREADS_VERSION="0.1.0" @@ -241,6 +240,7 @@ else --disable-ldap \ --disable-ldaps \ --without-libidn \ + --with-zlib="$DIR/install_data/php/ext/zlib" \ --with-ssl \ --enable-threaded-resolver \ --prefix="$DIR/install_data/php/ext/curl" \