diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-16 18:45:22 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-16 18:45:22 +0100 |
commit | 981e78c2cb6f356be9b457c0e01d147f7fc18277 (patch) | |
tree | 310c0d297faf896b5c8686b06067800391f96767 | |
parent | 2e75b641c99af4240f5ee09e5ff8b1d239898673 (diff) | |
download | packages-981e78c2cb6f356be9b457c0e01d147f7fc18277.tar.xz |
fixed -no-ssl2 to -no-sse2
-rw-r--r-- | extra/qt5-base/PKGBUILD | 2 |
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 ' )" |