forked from pool/Botan
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
This commit is contained in:
parent
cb392e42e0
commit
5ae9619815
@ -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
|
||||
|
||||
|
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user