summaryrefslogtreecommitdiff
path: root/src/stage3/patches/libsasl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage3/patches/libsasl.patch')
-rw-r--r--src/stage3/patches/libsasl.patch19
1 files changed, 14 insertions, 5 deletions
diff --git a/src/stage3/patches/libsasl.patch b/src/stage3/patches/libsasl.patch
index 258bb08..58ac0fe 100644
--- a/src/stage3/patches/libsasl.patch
+++ b/src/stage3/patches/libsasl.patch
@@ -5,17 +5,26 @@
license=('custom')
options=('!makeflags')
-makedepends=('postgresql-libs' 'libmariadbclient' 'libldap' 'krb5' 'openssl' 'sqlite')
-+makedepends=('libldap' 'krb5' 'openssl' 'sqlite')
++makedepends=('openssl' 'sqlite')
source=(ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz
cyrus-sasl-2.1.22-qa.patch
cyrus-sasl-2.1.26-size_t.patch
-@@ -111,9 +111,6 @@ build() {
- --enable-login \
+@@ -112,14 +112,14 @@ build() {
--enable-ntlm \
--disable-passdss \
-- --enable-sql \
+ --enable-sql \
- --with-mysql=/usr \
- --with-pgsql=/usr/lib \
++ --without-mysql \
++ --without-pgsql \
--with-sqlite3=/usr/lib \
- --enable-ldapdb \
+- --enable-ldapdb \
++ --disable-ldapdb \
--disable-macos-framework \
+ --with-pam \
+ --with-saslauthd=/var/run/saslauthd \
+- --with-ldap \
++ --without-ldap \
+ --with-dblib=gdbm \
+ --with-configdir=/etc/sasl2:/etc/sasl:/usr/lib/sasl2 \
+ --sysconfdir=/etc \