summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/openssl.spec
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/openssl.spec')
-rw-r--r--crypto/openssl/openssl.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/openssl/openssl.spec b/crypto/openssl/openssl.spec
index 329e392..eb4bced 100644
--- a/crypto/openssl/openssl.spec
+++ b/crypto/openssl/openssl.spec
@@ -1,7 +1,8 @@
+%define _unpackaged_files_terminate_build 0
%define libmaj 0
%define libmin 9
%define librel 8
-%define librev k
+%define librev m
Release: 1
%define openssldir /var/ssl
@@ -96,6 +97,9 @@ perl util/perlpath.pl /usr/bin/perl
%ifarch alpha
./Configure %{CONFIG_FLAGS} linux-alpha shared
%endif
+%ifarch x86_64
+./Configure %{CONFIG_FLAGS} linux-x86_64 shared
+%endif
LD_LIBRARY_PATH=`pwd` make
LD_LIBRARY_PATH=`pwd` make rehash
LD_LIBRARY_PATH=`pwd` make test
OpenPOWER on IntegriCloud