Marcus Meissner 2018-04-05 10:02:41 +00:00 committed by Git OBS Bridge
parent b1aadb78c2
commit 89a3b0e9cb

View File

@ -99,7 +99,12 @@ python3 ./configure.py \
--with-bzip2 \ --with-bzip2 \
--with-zlib \ --with-zlib \
--with-openssl \ --with-openssl \
%ifarch %ix86
--cpu=x86_32
%else
--cpu=%{_target_cpu} --cpu=%{_target_cpu}
%endif
make %{?_smp_mflags} WARN_FLAGS="%{optflags}" make %{?_smp_mflags} WARN_FLAGS="%{optflags}"
%install %install