Accepting request 610797 from home:juliogonzalez:branches:security
- Fix build for openSUSE Leap 42.2 and 42.3 OBS-URL: https://build.opensuse.org/request/show/610797 OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=19
This commit is contained in:
parent
a13992202e
commit
de7a2bad18
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 20 21:40:32 UTC 2018 - julio@juliogonzalez.es
|
||||||
|
|
||||||
|
- Fix build for openSUSE Leap 42.2 and 42.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 18 07:32:43 UTC 2018 - jengelh@inai.de
|
Wed Apr 18 07:32:43 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -138,7 +138,13 @@ autoreconf -fiv
|
|||||||
--with-libgcrypt \
|
--with-libgcrypt \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
# Only SLE and openSUSE >= 15.0 are using rpm >= 4.12
|
||||||
|
# See https://en.opensuse.org/openSUSE:Build_system_recipes#automake
|
||||||
|
%if 0%{?sle_version} >= 150000
|
||||||
%make_build
|
%make_build
|
||||||
|
%else
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user