From 89a3b0e9cb1579ceba8a9278d7429d0d6ed5414089100ad09d819bfacb3d0111 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 5 Apr 2018 10:02:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=80 --- Botan.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Botan.spec b/Botan.spec index 191988b..7b095de 100644 --- a/Botan.spec +++ b/Botan.spec @@ -99,7 +99,12 @@ python3 ./configure.py \ --with-bzip2 \ --with-zlib \ --with-openssl \ +%ifarch %ix86 + --cpu=x86_32 +%else --cpu=%{_target_cpu} +%endif + make %{?_smp_mflags} WARN_FLAGS="%{optflags}" %install