diff options
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 + ' +)" |