X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7c5eb47ac7e37ce140d46498384984f5144ac28c..438ab6475f7af2f4a3079f18bfd92636ae75b2c4:/package/openssl/Makefile diff --git a/package/openssl/Makefile b/package/openssl/Makefile index fa11c160d..2937368b1 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.8g +PKG_VERSION:=0.9.8h PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \ ftp://ftp.webmonster.de/pub/openssl/source/ \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=acf70a16359bf3658bdfb74bda1c4419 +PKG_MD5SUM:=7d3d41dafc76cf2fcb5559963b5783b3 include $(INCLUDE_DIR)/package.mk @@ -67,8 +67,13 @@ 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 +ifeq ($(BOARD),ixp4xx) +OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \ + no-sse2 no-perlasm --with-cryptodev +else OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \ no-engines no-sse2 no-perlasm +endif define Build/Configure