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
This commit is contained in:
Michael Vetter 2019-07-12 09:58:13 +00:00 committed by Git OBS Bridge
parent 9701dfa941
commit e33dd13e2d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 12 09:48:22 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1141204).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 1 09:54:09 UTC 2019 - mvetter@suse.com Fri Mar 1 09:54:09 UTC 2019 - mvetter@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 %setup -q
%build %build
%define _lto_cflags %{nil}
export CXXFLAGS="%{optflags} $(pkg-config --cflags xkbcommon-x11)" export CXXFLAGS="%{optflags} $(pkg-config --cflags xkbcommon-x11)"
%cmake -DPULL_TRANSLATIONS=No -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" %cmake -DPULL_TRANSLATIONS=No -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now"
make %{?_smp_mflags} make %{?_smp_mflags}