[packages/openssl102: 148/432] - x86_64 arch support
adwol
adwol at pld-linux.org
Sat Sep 29 01:14:02 CEST 2018
commit e08c16524b3a4aeb277743ce57ae0439f8632990
Author: adasi <adasi at pld-linux.org>
Date: Tue Nov 18 16:59:03 2003 +0000
- x86_64 arch support
Changed files:
openssl.spec -> 1.111
openssl.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/openssl.spec b/openssl.spec
index 3f7e049..a03868d 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -201,6 +201,9 @@ export OPTFLAGS
%ifarch i586 i686 athlon
./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared
%endif
+%ifarch x86_64
+./Configure --openssldir=%{_var}/lib/%{name} linux-x86_64 shared
+%endif
%ifarch ppc
./Configure --openssldir=%{_var}/lib/%{name} linux-ppc shared
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e
More information about the pld-cvs-commit
mailing list