summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2016-06-25 11:34:06 -0300
committerGonzalo Exequiel Pedone2016-06-25 11:34:06 -0300
commit83ff846431f03592e99c12047166500131bae2cf (patch)
treebbf9b4ecf37f31c5d11815ce7fdff5a3d0872d0e
parentf13d59905dc440e818e0263dbf81e6f77fc119d4 (diff)
downloadaur-83ff846431f03592e99c12047166500131bae2cf.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 c2caeb8c0516..b612eb953383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# sáb jun 25 02:35:44 UTC 2016
+# sáb jun 25 14:34:05 UTC 2016
pkgbase = android-qt5-x86
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 f4b8e9571678..644332c46ae3 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"
;;
*)
;;