From 16a05c46145608607bdd05c4f5cbccc96ed8e882 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 21 May 2014 14:13:15 +0200 Subject: [PATCH] Disable -reduce-relocations on ARM --- qt5-qtbase.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 1676842..1c41297 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -318,7 +318,9 @@ popd -no-rpath \ -no-separate-debug-info \ -no-strip \ +%ifnarch %{arm} -reduce-relocations \ +%endif %{?harfbuzz} \ -system-libjpeg \ -system-libpng \