From 8b4abcc55884bb000efbe3d5d64cb0f7f997cfb5 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 17 Feb 2014 03:09:58 +0100 Subject: [PATCH] Generate OpenSSL shared binaries --- 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 258fc900d..8924cdd8a 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -237,7 +237,7 @@ if [ "$2" == "openssl" ]; then --prefix="$DIR/install_data/php/ext/openssl" \ --openssldir="$DIR/install_data/php/ext/openssl" \ no-zlib \ - no-shared \ + shared \ no-asm \ no-hw \ no-engines \