From: Florian Fainelli Date: Wed, 1 Aug 2007 10:52:19 +0000 (+0000) Subject: Put back zlib-dynamic it is breaking more packages than it solves problems X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=6c75bc74a9a09fd802c6e97f232499be04c7e0d3;ds=inline Put back zlib-dynamic it is breaking more packages than it solves problems SVN-Revision: 8297 --- diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 453a27524e..6464b9d0c8 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -60,7 +60,7 @@ endef OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-smime \ no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 -OPENSSL_OPTIONS:= shared no-dso no-ec no-err no-fips no-hw no-threads zlib \ +OPENSSL_OPTIONS:= shared no-dso no-ec no-err no-fips no-hw no-threads zlib-dynamic \ no-engines no-sse2 no-perlasm