[packages/qt5-qtbase] disable relocations reduction on aarch64

atler atler at pld-linux.org
Sun May 3 01:10:58 CEST 2020


commit d04df14a6fdd84d805e44f40baf24ddfef91b6c0
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun May 3 01:09:19 2020 +0200

    disable relocations reduction on aarch64
    
    configure fails with reference to QTBUG-36129

 qt5-qtbase.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index 6a1d1d7..49aed9e 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -52,6 +52,10 @@
 %ifarch pentium4 %{x8664} x32
 %define		with_sse2	1
 %endif
+# QTBUG-36129
+%ifnarch %{arm} aarch64
+%define		with_red_reloc	1
+%endif
 
 %if %{with bootstrap}
 %undefine	with_doc
@@ -1262,7 +1266,7 @@ COMMONOPT=" \
 	-openssl-linked \
 	-optimized-qmake \
 	-%{!?with_pch:no-}pch \
-	-reduce-relocations \
+	%{?with_red_reloc:-reduce-relocations} \
 	-sm \
 	-system-freetype \
 	-system-libjpeg \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtbase.git/commitdiff/d04df14a6fdd84d805e44f40baf24ddfef91b6c0



More information about the pld-cvs-commit mailing list