From: Michael Tremer Date: Tue, 15 May 2012 19:59:19 +0000 (+0200) Subject: openssl: Fix some unreliable lines in the makefile. X-Git-Url: http://git.ipfire.org/?p=people%2Famarx%2Fipfire-3.x.git;a=commitdiff_plain;h=32c2735c0111445259b8525f38af06d0b8cc7b3c openssl: Fix some unreliable lines in the makefile. --- diff --git a/openssl/openssl.nm b/openssl/openssl.nm index 9e787d645..d484818cd 100644 --- a/openssl/openssl.nm +++ b/openssl/openssl.nm @@ -5,7 +5,7 @@ name = openssl version = 1.0.1b -release = 1 +release = 2 maintainer = Michael Tremer groups = System/Libraries @@ -76,17 +76,18 @@ build no-idea \ no-mdc2 \ no-rc5 \ - no-ec no-ecdh no-ecdsa \ + no-ec no-ec2m no-ecdh no-ecdsa \ no-srp \ -DSSL_FORBID_ENULL \ %{ssl_arch} \ fips # Build. - make depend all build-shared RPM_OPT_FLAGS="%{CFLAGS}" #%{PARALLELISMFLAGS} + make depend + make all # Generate hashes for the included certs. - make rehash build-shared + make rehash end test