[packages/openssl102: 186/432] - use x8664 macro
adwol
adwol at pld-linux.org
Sat Sep 29 01:17:13 CEST 2018
commit 20bc1dd704286bd36032dec93e1d7ac14d1f573a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed May 11 15:27:01 2005 +0000
- use x8664 macro
Changed files:
openssl.spec -> 1.139
openssl.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/openssl.spec b/openssl.spec
index 23d61a7..f32a9ad 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -26,6 +26,7 @@ Patch5: %{name}-ssl-algs.patch
URL: http://www.openssl.org/
BuildRequires: perl-devel >= 1:5.6.1
BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.213
Obsoletes: SSLeay
Obsoletes: SSLeay-devel
Obsoletes: SSLeay-perl
@@ -210,7 +211,7 @@ export OPTFLAGS
%ifarch alpha
./Configure --openssldir=%{_var}/lib/%{name} threads linux-alpha+bwx-gcc shared
%endif
-%ifarch amd64
+%ifarch %{x8664}
./Configure --openssldir=%{_var}/lib/%{name} linux-x86_64 shared
%endif
%ifarch ia64
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e
More information about the pld-cvs-commit
mailing list