diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-16 18:03:38 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-16 18:03:38 +0100 |
commit | 2e75b641c99af4240f5ee09e5ff8b1d239898673 (patch) | |
tree | 52fe19083a8e9b347a91b3b8280ec30eb36991c1 /extra | |
parent | 57f720fc190e5e08dd98d342b1c01bb6eda67dfd (diff) | |
download | packages-2e75b641c99af4240f5ee09e5ff8b1d239898673.tar.xz |
extra/qt5-base: added -no-sse2
Diffstat (limited to 'extra')
-rw-r--r-- | extra/qt5-base/PKGBUILD | 6 |
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 + ' +)" |