X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fopenssl%2FMakefile;h=f822e9ad54b3c32c61726d508393976c50306f0d;hb=d9661242955193f7a0bfe846568c1ef72a037b37;hp=f1e6c5ed9030110d19a710be58fdc634f3f0e59e;hpb=b3c03528073cc5a1c276717bd837c79436da6c47;p=openwrt.git diff --git a/package/openssl/Makefile b/package/openssl/Makefile index f1e6c5ed90..f822e9ad54 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.7g +PKG_VERSION:=0.9.7i PKG_RELEASE:=1 -PKG_MD5SUM:=991615f73338a571b6a1be7d74906934 +PKG_MD5SUM:=f69d82b206ff8bff9d0e721f97380b9e PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \ @@ -24,8 +24,6 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,LIBOPENSSL,libopenssl,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSSL_UTIL,openssl-util,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -.NOTPARALLEL: - $(PKG_BUILD_DIR)/.configured: $(SED) 's,/CFLAG=,/CFLAG= $(TARGET_SOFT_FLOAT) ,g' $(PKG_BUILD_DIR)/Configure (cd $(PKG_BUILD_DIR); \ @@ -36,7 +34,7 @@ $(PKG_BUILD_DIR)/.configured: -I$(STAGING_DIR)/usr/include \ -L$(STAGING_DIR)/usr/lib -ldl \ $(OPENSSL_NO_CIPHERS) \ - shared no-asm no-ec no-engine no-err no-fips no-hw no-krb5 no-threads zlib-dynamic \ + shared no-asm no-ec no-err no-fips no-hw no-krb5 no-threads zlib-dynamic \ ) touch $@ @@ -94,5 +92,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/openssl \ $(STAGING_DIR)/usr/lib/lib{crypto,ssl}.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev