diff --git a/libselinux-bindings.spec b/libselinux-bindings.spec index f9b7113..58b06fd 100644 --- a/libselinux-bindings.spec +++ b/libselinux-bindings.spec @@ -12,7 +12,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/ # diff --git a/libselinux.changes b/libselinux.changes index fe1a6f7..378e5b8 100644 --- a/libselinux.changes +++ b/libselinux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 25 07:14:10 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133244). + ------------------------------------------------------------------- Wed Mar 20 15:05:35 UTC 2019 - jsegitz@suse.com diff --git a/libselinux.spec b/libselinux.spec index 4e536e8..df14c63 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -12,7 +12,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/ # @@ -97,6 +97,7 @@ necessary to develop your own software using libselinux. %patch4 -p1 %build +%define _lto_cflags %{nil} make %{?_smp_mflags} LIBDIR="%{_libdir}" CC="gcc" CFLAGS="%{optflags}" %install