Christophe Giboudeaux 2019-07-10 09:36:06 +00:00 committed by Git OBS Bridge
parent 031f5e6783
commit dd9d87c12f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 10 09:19:54 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Disable LTO.
-------------------------------------------------------------------
Sat Jul 6 11:36:25 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -69,11 +69,11 @@ BuildRequires: cmake(Qt5Widgets) >= 5.5.0
# Needed to build the user manual
BuildRequires: libqt5-qtdoc-devel
#
BuildRequires: cmake(Qt5WaylandCompositor) >= 5.5.0
BuildRequires: glslang-devel
BuildRequires: libqt5-qtscxml-private-headers-devel >= 5.8.0
BuildRequires: cmake(KF5SyntaxHighlighting) >= 5.28.0
BuildRequires: cmake(Qt5Scxml) >= 5.8.0
BuildRequires: cmake(Qt5WaylandCompositor) >= 5.5.0
%description
Gamma Ray is a comprehensive collection of high level introspection
@ -94,6 +94,7 @@ frameworks in Qt. Development files.
%autosetup -p1
%build
%define _lto_cflags %{nil}
%cmake \
-DECM_MKSPECS_INSTALL_DIR=%{_libdir}/qt5/mkspecs/modules \
-DQCH_INSTALL_DIR=%{_datadir}/gammaray/ \