]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
openssl: Fix some unreliable lines in the makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 May 2012 19:59:19 +0000 (21:59 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 May 2012 19:59:19 +0000 (21:59 +0200)
openssl/openssl.nm

index 9e787d645f9ad2125960cbdebebc1129a09b4567..d484818cd16595abc34efa20b16d6fb966b58db1 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = openssl
 version    = 1.0.1b
-release    = 1
+release    = 2
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 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