From dfc15f3888fdbd650c68a41e7ccaec1d39a08eb1 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 13 Jul 2004 19:41:35 +0000 Subject: [PATCH] - added ia64, sorted archs Changed files: openssl.spec -> 1.128 --- openssl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openssl.spec b/openssl.spec index 85acdc8..6ca0ad2 100644 --- a/openssl.spec +++ b/openssl.spec @@ -200,15 +200,18 @@ export OPTFLAGS ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared %endif %endif +%ifarch alpha +./Configure --openssldir=%{_var}/lib/%{name} threads linux-alpha+bwx-gcc shared +%endif %ifarch amd64 ./Configure --openssldir=%{_var}/lib/%{name} linux-x86_64 shared %endif +%ifarch ia64 +./Configure --openssldir=%{_var}/lib/%{name} linux-ia64 shared +%endif %ifarch ppc ./Configure --openssldir=%{_var}/lib/%{name} linux-ppc shared %endif -%ifarch alpha -./Configure --openssldir=%{_var}/lib/%{name} threads linux-alpha+bwx-gcc shared -%endif %ifarch sparc ./Configure --openssldir=%{_var}/lib/%{name} threads linux-sparcv8 shared %endif -- 2.43.0