From e08c16524b3a4aeb277743ce57ae0439f8632990 Mon Sep 17 00:00:00 2001 From: adasi Date: Tue, 18 Nov 2003 16:59:03 +0000 Subject: [PATCH] - 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 -- 2.43.0