From 5ae9619815ca7152971b622f9f404663e922bc15ac163e100adb7e0d4520807e Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 13 Apr 2018 08:38:59 +0000 Subject: [PATCH] Accepting request 596015 from home:kasimir:ToTest - fixed to build on armv6 and armv7 OBS-URL: https://build.opensuse.org/request/show/596015 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=84 --- Botan.changes | 5 +++++ Botan.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/Botan.changes b/Botan.changes index 0313873..86ce894 100644 --- a/Botan.changes +++ b/Botan.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 12 16:06:00 UTC 2018 - kasimir_@outlook.de + +- fixed to build on armv6 and armv7 + ------------------------------------------------------------------- Tue Apr 10 15:07:00 UTC 2018 - daniel.molkentin@suse.com diff --git a/Botan.spec b/Botan.spec index 6f850cd..7e14f30 100644 --- a/Botan.spec +++ b/Botan.spec @@ -101,9 +101,13 @@ python3 ./configure.py \ --with-openssl \ %ifarch %ix86 --cpu=x86_32 +%else +%ifarch %{arm} + --cpu=arm %else --cpu=%{_target_cpu} %endif +%endif make %{?_smp_mflags} WARN_FLAGS="%{optflags}"