The current spec file doesn't support x86_64, nor rpmbuild 4.1 and 
above. These two changes fix both problems.

--- openssl.spec        2009-07-23 13:08:21.946819088 -0700
+++ rpmbuild/SPECS/openssl.spec 2009-07-23 12:08:53.886246744 -0700
@@ -1,3 +1,4 @@
+%define _unpackaged_files_terminate_build 0
 %define libmaj 0
 %define libmin 9
 %define librel 8
@@ -96,6 +97,9 @@
 %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
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to