From 0b4cee3bc2d236f36c69998e559495cb1ad5bf3d Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: May 19 2011 08:34:38 +0000 Subject: Allow easier rebuilds on some multilib arches. --- diff --git a/openssl.spec b/openssl.spec index 15da450..2f66dbe 100644 --- a/openssl.spec +++ b/openssl.spec @@ -173,7 +173,7 @@ make TABLE PERL=%{__perl} %build # Figure out which flags we want to use. # default -sslarch=%{_os}-%{_arch} +sslarch=%{_os}-%{_target_cpu} %ifarch %ix86 sslarch=linux-elf if ! echo %{_target} | grep -q i686 ; then