[openssl] Allow easier rebuilds on some multilib arches.

Tomáš Mráz tmraz at fedoraproject.org
Thu May 19 08:35:11 UTC 2011


commit 0b4cee3bc2d236f36c69998e559495cb1ad5bf3d
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Thu May 19 10:34:38 2011 +0200

    Allow easier rebuilds on some multilib arches.

 openssl.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list