From e33dd13e2d012dada245c4cb8c6f78d721e613dc140a1aaa16896d1db6f8afb2 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 12 Jul 2019 09:58:13 +0000 Subject: [PATCH] Accepting request 714813 from home:marxin:branches:X11:LXQt - Disable LTO (boo#1141204). OBS-URL: https://build.opensuse.org/request/show/714813 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=26 --- lxqt-panel.changes | 5 +++++ lxqt-panel.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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}