From 981e78c2cb6f356be9b457c0e01d147f7fc18277 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 16 Jan 2018 18:45:22 +0100 Subject: fixed -no-ssl2 to -no-sse2 --- extra/qt5-base/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' )" -- cgit v1.2.3