summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c89274974fc..436aa9246005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-aarch64-libsasl-bootstrap
pkgdesc = Cyrus Simple Authentication Service Layer (SASL) library (Android, aarch64)
pkgver = 2.1.28
- pkgrel = 2
+ pkgrel = 3
url = https://www.cyrusimap.org/sasl/
arch = any
groups = android-libsasl-bootstrap
diff --git a/PKGBUILD b/PKGBUILD
index f1921f4eb458..5d149fd8ee2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _android_arch=aarch64
pkgname=android-${_android_arch}-libsasl-bootstrap
pkgver=2.1.28
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library (Android, ${_android_arch})"
url="https://www.cyrusimap.org/sasl/"
@@ -81,7 +81,9 @@ build() {
--with-dblib=gdbm \
--with-sqlite3="${ANDROID_PREFIX_INCLUDE}" \
--without-mysql \
- --without-pgsql
+ --without-pgsql \
+ --with-saslauthd=no \
+ --with-authdaemond=no
make $MAKEFLAGS
}