[qt5-qtbase] limit -reduce-relocations to %ix86 x86_64 archs (QTBUG-36129)

Rex Dieter rdieter at fedoraproject.org
Wed May 21 14:10:01 UTC 2014


commit a97fc92a720dd7d6e4f1dbc9e3f32e7b414c3b5d
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed May 21 09:09:54 2014 -0500

    limit -reduce-relocations to %ix86 x86_64 archs (QTBUG-36129)

 qt5-qtbase.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index 81ad07d..da51ddf 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -22,7 +22,7 @@
 Summary: Qt5 - QtBase components
 Name:    qt5-qtbase
 Version: 5.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -284,7 +284,7 @@ popd
 
 %build
 
-# arm FTBFS -reduce-relocations, see https://bugreports.qt-project.org/browse/QTBUG-36129
+# limit -reduce-relocations to %%ix86 x86_64 archs, https://bugreports.qt-project.org/browse/QTBUG-36129
 ./configure -v \
   -confirm-license \
   -opensource \
@@ -319,7 +319,7 @@ popd
   -no-rpath \
   -no-separate-debug-info \
   -no-strip \
-%ifnarch %{arm}
+%ifarch %{ix86} x86_64
   -reduce-relocations \
 %endif
   %{?harfbuzz} \
@@ -676,6 +676,9 @@ popd
 
 
 %changelog
+* Wed May 21 2014 Rex Dieter <rdieter at fedoraproject.org> 5.3.0-2
+- limit -reduce-relocations to %%ix86 x86_64 archs (QTBUG-36129)
+
 * Wed May 21 2014 Jan Grulich <jgrulich at redhat.com> 5.3.0-1
 - 5.3.0
 


More information about the scm-commits mailing list