diff --git a/dpkg.changes b/dpkg.changes index 56159a9..ab48328 100644 --- a/dpkg.changes +++ b/dpkg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 06:58:54 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Mon Jan 14 15:48:48 CET 2019 - kukuk@suse.de diff --git a/dpkg.spec b/dpkg.spec index fd71336..2efcd16 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -89,6 +89,7 @@ Libraries and header files for dpkg. %endif %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects autoreconf -fvi export CFLAGS="%{optflags}" %configure \ diff --git a/update-alternatives.spec b/update-alternatives.spec index 630d99a..c4fdc7d 100644 --- a/update-alternatives.spec +++ b/update-alternatives.spec @@ -49,6 +49,7 @@ particular preference. %patch0 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects autoreconf -fvi %configure \ --disable-silent-rules \