summaryrefslogtreecommitdiff
path: root/src/stage3/patches/libsasl.patch
blob: 58ac0feceaf7ef7d75d54f902085f71902b72dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/PKGBUILD	2018-03-18 19:02:12.204520735 +0100
+++ b/PKGBUILD	2018-03-18 19:09:40.170930659 +0100
@@ -14,7 +14,7 @@ arch=('x86_64')
 url="http://cyrusimap.web.cmu.edu/"
 license=('custom')
 options=('!makeflags')
-makedepends=('postgresql-libs' 'libmariadbclient' '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
@@ -112,14 +112,14 @@ build() {
       --enable-ntlm \
       --disable-passdss \
       --enable-sql \
-      --with-mysql=/usr \
-      --with-pgsql=/usr/lib \
+      --without-mysql \
+      --without-pgsql \
       --with-sqlite3=/usr/lib \
-      --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 \