summaryrefslogtreecommitdiff
path: root/extra/qt5-base
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-16 18:45:22 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-16 18:45:22 +0100
commit981e78c2cb6f356be9b457c0e01d147f7fc18277 (patch)
tree310c0d297faf896b5c8686b06067800391f96767 /extra/qt5-base
parent2e75b641c99af4240f5ee09e5ff8b1d239898673 (diff)
downloadpackages-981e78c2cb6f356be9b457c0e01d147f7fc18277.tar.xz
fixed -no-ssl2 to -no-sse2
Diffstat (limited to 'extra/qt5-base')
-rw-r--r--extra/qt5-base/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD
index 15ba4b3e..4613e09b 100644
--- a/extra/qt5-base/PKGBUILD
+++ b/extra/qt5-base/PKGBUILD
@@ -1,6 +1,6 @@
eval "$(
declare -f build | \
sed '
- s@./configure@./configure -no-ssl2@g
+ s@./configure@./configure -no-sse2@g
'
)"