Allow easier rebuilds on some multilib arches.

This commit is contained in:
Tomas Mraz 2011-05-19 10:34:38 +02:00
parent 138493a921
commit 0b4cee3bc2
1 changed files with 1 additions and 1 deletions

View File

@ -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