Add explicit -latomic on 32-bit MIPS
This commit is contained in:
parent
7b02d43784
commit
a93489cf2f
@ -8,7 +8,7 @@
|
|||||||
Summary: Qt5 - QtTool components
|
Summary: Qt5 - QtTool components
|
||||||
Name: qt5-qttools
|
Name: qt5-qttools
|
||||||
Version: 5.7.0
|
Version: 5.7.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: LGPLv3 or LGPLv2
|
License: LGPLv3 or LGPLv2
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -24,6 +24,9 @@ Patch2: qttools-opensource-src-5.5.0-qmake-qt5.patch
|
|||||||
# 'make docs' crash on el6, use qSort instead of std::sort
|
# 'make docs' crash on el6, use qSort instead of std::sort
|
||||||
Patch3: qttools-opensource-src-5.6-QTBUG-43057.patch
|
Patch3: qttools-opensource-src-5.6-QTBUG-43057.patch
|
||||||
|
|
||||||
|
# 32-bit MIPS needs explicit -latomic
|
||||||
|
Patch4: qttools-opensource-src-5.7-add-libatomic.patch
|
||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
|
|
||||||
Source20: assistant.desktop
|
Source20: assistant.desktop
|
||||||
@ -187,7 +190,9 @@ rm -rf src/assistant/3rdparty/clucene
|
|||||||
%endif
|
%endif
|
||||||
%patch2 -p1 -b .qmake-qt5
|
%patch2 -p1 -b .qmake-qt5
|
||||||
%patch3 -p1 -b .QTBUG-43057
|
%patch3 -p1 -b .QTBUG-43057
|
||||||
|
%ifarch %{mips32}
|
||||||
|
%patch4 -p1 -b .libatomic
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
@ -478,6 +483,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 12 2016 Michal Toman <mtoman@fedoraproject.org> - 5.7.0-3
|
||||||
|
- Add explicit -latomic on 32-bit MIPS
|
||||||
|
|
||||||
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-
|
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-
|
||||||
- Compiled with gcc
|
- Compiled with gcc
|
||||||
|
|
||||||
|
11
qttools-opensource-src-5.7-add-libatomic.patch
Normal file
11
qttools-opensource-src-5.7-add-libatomic.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -urp qttools-opensource-src-5.6.0-beta1/src/qtdiag/qtdiag.pro q/src/qtdiag/qtdiag.pro
|
||||||
|
--- qttools-opensource-src-5.6.0-beta1/src/qtdiag/qtdiag.pro 2015-10-30 11:48:01.000000000 +0100
|
||||||
|
+++ q/src/qtdiag/qtdiag.pro 2016-04-30 08:45:22.099054040 +0200
|
||||||
|
@@ -2,6 +2,7 @@ load(qt_app)
|
||||||
|
|
||||||
|
CONFIG += console
|
||||||
|
QT += core-private gui-private
|
||||||
|
+LIBS += -latomic
|
||||||
|
|
||||||
|
qtHaveModule(network) {
|
||||||
|
QT += network
|
Loading…
Reference in New Issue
Block a user