summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2016-06-25 11:33:22 -0300
committerGonzalo Exequiel Pedone2016-06-25 11:33:22 -0300
commit92493e50eba838724c08a7a7a71000e4b30d48a2 (patch)
tree4d1f55facb9676322491462674dfe732a92db504
parentcd1441952c5c025198fc2747253088dead0c8053 (diff)
downloadaur-92493e50eba838724c08a7a7a71000e4b30d48a2.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 5051228e78cb..588cf80168a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# sáb jun 25 02:34:47 UTC 2016
+# sáb jun 25 14:33:22 UTC 2016
pkgbase = android-qt5-armeabi
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 652a8c448991..f9d253f08d28 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"
;;
*)
;;