diff --git a/iproute2.changes b/iproute2.changes index 75cc75c..eedcab9 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 12 07:00:32 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Fri Aug 2 07:02:32 UTC 2019 - Martin Liška diff --git a/iproute2.spec b/iproute2.spec index 29b5b6f..498115b 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -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)"