diff --git a/libqt5-qttools.changes b/libqt5-qttools.changes index 408766f..f70fa23 100644 --- a/libqt5-qttools.changes +++ b/libqt5-qttools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 28 08:21:06 UTC 2019 - Martin Liška + +- Use -ffat-lto-objects in order to provide proper static library: + libQt5UiTools.a. + ------------------------------------------------------------------- Thu Apr 18 07:27:36 UTC 2019 - fabian@ritter-vogt.de diff --git a/libqt5-qttools.spec b/libqt5-qttools.spec index 5e5b7d2..eb876fa 100644 --- a/libqt5-qttools.spec +++ b/libqt5-qttools.spec @@ -204,6 +204,7 @@ Qt 5 tool used by Qt Developers to generate documentation for software projects. %postun -n libQt5Help5 -p /sbin/ldconfig %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %if %qt5_snapshot #force the configure script to generate the forwarding headers (it checks whether .git directory exists) mkdir .git