summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2016-06-25 11:33:37 -0300
committerGonzalo Exequiel Pedone2016-06-25 11:33:37 -0300
commit5c9235f3a2e9bdd15c9623e521daccb6c5e9cd39 (patch)
tree03bbd975c2ab9f6291a1ac9d90f5df5134fd5b9f
parentfebc35ee7a65a48216f818617785b0a30b39e044 (diff)
downloadaur-5c9235f3a2e9bdd15c9623e521daccb6c5e9cd39.tar.gz
Disabled MySQL and PostgreSQL because Qt try to compile it when it's detected in the host system instead of the target.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9a1fe253b3f..952316f096a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# sáb jun 25 02:35:03 UTC 2016
+# sáb jun 25 14:33:37 UTC 2016
pkgbase = android-qt5-armeabi-v7a
pkgdesc = Qt 5 for Android
pkgver = 5.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1884b64eb2a5..8864f04c1173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _pkgname=android-qt5
pkgname=${_pkgname}-${android_arch}
_pkgver=5.7
pkgver=${_pkgver}.0
-pkgrel=2
+pkgrel=3
pkgdesc="Qt 5 for Android"
arch=('i686' 'x86_64')
url='https://www.qt.io'
@@ -144,9 +144,15 @@ build() {
configue_opts+="
-skip qt3d"
;;
+ x86)
+ configue_opts+="
+ -no-sql-mysql
+ -no-sql-psql"
+ ;;
x86_64)
configue_opts+="
- -no-sql-mysql"
+ -no-sql-mysql
+ -no-sql-psql"
;;
*)
;;