diff --git a/webrtc-audio-processing.changes b/webrtc-audio-processing.changes index 05e0a96..d027b98 100644 --- a/webrtc-audio-processing.changes +++ b/webrtc-audio-processing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:23:00 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Thu Jan 12 08:32:04 UTC 2017 - olaf@aepfle.de diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec index 8995749..f19ba4d 100644 --- a/webrtc-audio-processing.spec +++ b/webrtc-audio-processing.spec @@ -2,7 +2,7 @@ # # spec file for package webrtc-audio-processing # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -98,6 +98,7 @@ sed -i 's/\r$//' AUTHORS %patch101 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %configure make %{?_smp_mflags} V=1