summaryrefslogtreecommitdiff
path: root/extra/qt5-base
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-16 18:03:38 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-16 18:03:38 +0100
commit2e75b641c99af4240f5ee09e5ff8b1d239898673 (patch)
tree52fe19083a8e9b347a91b3b8280ec30eb36991c1 /extra/qt5-base
parent57f720fc190e5e08dd98d342b1c01bb6eda67dfd (diff)
downloadpackages-2e75b641c99af4240f5ee09e5ff8b1d239898673.tar.xz
extra/qt5-base: added -no-sse2
Diffstat (limited to 'extra/qt5-base')
-rw-r--r--extra/qt5-base/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD
new file mode 100644
index 00000000..15ba4b3e
--- /dev/null
+++ b/extra/qt5-base/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f build | \
+ sed '
+ s@./configure@./configure -no-ssl2@g
+ '
+)"