Accepting request 722578 from home:marxin:branches:security:netfilter

- Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/722578
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=177
This commit is contained in:
Jan Engelhardt 2019-08-12 08:14:17 +00:00 committed by Git OBS Bridge
parent 4b78940744
commit 3c6e5e84ef
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 12 07:00:32 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Fri Aug 2 07:02:32 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -97,6 +97,7 @@ bash command line completion support for iproute.
find . -name *.orig -delete
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
# build with -fPIC. For details see
# https://bugzilla.novell.com/show_bug.cgi?id=388021
xt_libdir="$(pkg-config xtables --variable=xtlibdir)"