summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2016-06-24 23:35:45 -0300
committerGonzalo Exequiel Pedone2016-06-24 23:35:45 -0300
commitf13d59905dc440e818e0263dbf81e6f77fc119d4 (patch)
tree7859453fc4bffdf9eeac00d7a86679628118992a /PKGBUILD
parent87b40191bda15849fcee6550d781468544de5d45 (diff)
downloadaur-f13d59905dc440e818e0263dbf81e6f77fc119d4.tar.gz
Disabled MySQL plugin for x86_64.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4d263f769b5..f4b8e9571678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _pkgname=android-qt5
pkgname=${_pkgname}-${android_arch}
_pkgver=5.7
pkgver=${_pkgver}.0
-pkgrel=1
+pkgrel=2
pkgdesc="Qt 5 for Android"
arch=('i686' 'x86_64')
url='https://www.qt.io'
@@ -144,6 +144,10 @@ build() {
configue_opts+="
-skip qt3d"
;;
+ x86_64)
+ configue_opts+="
+ -no-sql-mysql"
+ ;;
*)
;;
esac