diff --git a/lxqt-panel.changes b/lxqt-panel.changes index c09a397..19a5a6c 100644 --- a/lxqt-panel.changes +++ b/lxqt-panel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 12 09:48:22 UTC 2019 - Martin Liška + +- Disable LTO (boo#1141204). + ------------------------------------------------------------------- Fri Mar 1 09:54:09 UTC 2019 - mvetter@suse.com diff --git a/lxqt-panel.spec b/lxqt-panel.spec index 0837082..4e81923 100644 --- a/lxqt-panel.spec +++ b/lxqt-panel.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/ # @@ -78,6 +78,7 @@ LXQt panel development files and headers %setup -q %build +%define _lto_cflags %{nil} export CXXFLAGS="%{optflags} $(pkg-config --cflags xkbcommon-x11)" %cmake -DPULL_TRANSLATIONS=No -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" make %{?_smp_mflags}