From: adasi Date: Tue, 18 Nov 2003 16:59:03 +0000 (+0000) Subject: - x86_64 arch support X-Git-Tag: auto/ac/openssl-0_9_7c-3~6 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=e08c16524b3a4aeb277743ce57ae0439f8632990;hp=f2fd0167f1375418323882de28cbfd89036ec7bd;p=packages%2Fopenssl.git - x86_64 arch support Changed files: openssl.spec -> 1.111 --- 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