]> git.pld-linux.org Git - packages/qt5-qtbase.git/commitdiff
disable relocations reduction on aarch64
authorJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 23:09:19 +0000 (01:09 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 23:09:19 +0000 (01:09 +0200)
configure fails with reference to QTBUG-36129

qt5-qtbase.spec

index 6a1d1d7ec543c8a5bcbc625e036361c7d3e75d87..49aed9e423cbd61651569c7cfc7af34e75518d98 100644 (file)
 %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 \
This page took 0.740744 seconds and 4 git commands to generate.