diff --git a/attr.changes b/attr.changes index a2b49ef..9154988 100644 --- a/attr.changes +++ b/attr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 06:57:09 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Tue Sep 11 09:50:05 UTC 2018 - dmueller@suse.com diff --git a/attr.spec b/attr.spec index 253a0dd..66f1bc6 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ # # spec file for package attr # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -77,6 +77,7 @@ staticallly linking to programs that make use of extended attributes. %patch0 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %configure \ --enable-static \ --disable-silent-rules