diff --git a/libcap.changes b/libcap.changes index 72554b6..2057170 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 13 12:54:25 UTC 2020 - Martin Pluskal + +- Build using -ffat-lto-objects for static library + ------------------------------------------------------------------- Thu Jan 9 16:05:12 UTC 2020 - Martin Pluskal diff --git a/libcap.spec b/libcap.spec index d4ecbe5..d97ffe7 100644 --- a/libcap.spec +++ b/libcap.spec @@ -77,6 +77,7 @@ libcap. %setup -q %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects make prefix=%{_prefix} lib=%{_lib} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} \ INCDIR=%{_includedir} MANDIR=%{_mandir} DYNAMIC=yes DEBUG="-g %{optflags}"