diff --git a/xz.changes b/xz.changes index 85bf3f9..851871c 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:22:51 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Tue May 21 13:05:05 UTC 2019 - Kristýna Streitová diff --git a/xz.spec b/xz.spec index 909c01e..d739deb 100644 --- a/xz.spec +++ b/xz.spec @@ -90,6 +90,7 @@ Static library for the LZMA library %setup -q %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects export CFLAGS="%{optflags} -D_REENTRANT -pipe -fPIE" export LDFLAGS="-Wl,-z,relro,-z,now -pie" %configure \