From: Tim Yardley Date: Tue, 21 Nov 2006 16:56:14 +0000 (+0000) Subject: trim openssl library some more, provided by coova X-Git-Tag: whiterussian_0.9~65 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=06f432f6267aae9cbec257c65892b755e0a03bf5;p=openwrt%2Fsvn-archive%2Fopenwrt.git trim openssl library some more, provided by coova SVN-Revision: 5606 --- diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index f86d960e78..380f85d353 100644 --- a/openwrt/package/openssl/Makefile +++ b/openwrt/package/openssl/Makefile @@ -17,9 +17,10 @@ PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-rmd160 no-aes192 -OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-krb5 no-threads zlib-dynamic no-engines - +OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-smime no-cast \ + no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 no-ssl2 +OPENSSL_OPTIONS:= shared no-dso no-ec no-err no-fips no-hw no-threads zlib-dynamic \ + no-engines no-sse2 no-perlasm include $(TOPDIR)/package/rules.mk