aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2018-03-09 02:15:00 -0800
committerDonald Carr2018-03-09 02:15:00 -0800
commit60801f378d07019dd7bf4c20a4f0dd12c4c24c90 (patch)
tree7c02187c53ef44b246582df8a30e3d3c687074ba /PKGBUILD
parent1da44cf2f90f00e9ef24d1a9d5b0e0d7c4833132 (diff)
downloadaur-60801f378d07019dd7bf4c20a4f0dd12c4c24c90.tar.gz
Enable reduce relocations on ARM
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d17b0c2f275e..8c4ed8b7fbf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -360,6 +360,9 @@ build() {
cd ${_srcdir}
+ # enable reduce relocations
+ sed -i '/error Symbolic function binding/d' ${_srcdir}/qtbase/configure.json
+
if ! $_target_host; then
# Get our mkspec
rm -Rf $_mkspec_dir