summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2016-01-27 14:16:21 -0800
committerDonald Carr2016-01-27 14:38:40 -0800
commit165129d81283c053e6536d3387764c03ad3d8d02 (patch)
treefc0a031c81f491460b157cdc75ba2d85ce52bc5a /PKGBUILD
parent617871b0c7e29f305cbb4d1ddb87ab7a029cd71f (diff)
downloadaur-165129d81283c053e6536d3387764c03ad3d8d02.tar.gz
Inline replace of optimization assumptions
Change-Id: I05a764e8413878ff126404db143191966e94807b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0793d8c690e1..568e420f1a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -87,6 +87,9 @@ build() {
local _reducerelocations="${_srcdir}/qtbase/config.tests/unix/bsymbolic_functions.test"
sed -i "s/error/warning/" ${_reducerelocations}
+ # Work around our embarresing propensity to stomp on your own tailored build configuration
+ sed -i "s/O[23]/Os/" ${_srcdir}/qtbase/mkspecs/common/gcc-base.conf
+
# end patch
# Breaks in qtwayland