diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-24 12:04:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-24 12:04:26 +0000 |
commit | df97c36b0d255832f536f66d0360cef5eea3c078 (patch) | |
tree | c81205a3f400c1b02905170c540d265e3a154566 /main/cyrus-sasl | |
parent | 4e0630dc52931e1540107a6bb2650ae8eadac83c (diff) | |
download | aports-df97c36b0d255832f536f66d0360cef5eea3c078.tar.bz2 aports-df97c36b0d255832f536f66d0360cef5eea3c078.tar.xz |
main/cyrus-sasl: disable openldap to prevent boostrap issues
Diffstat (limited to 'main/cyrus-sasl')
-rw-r--r-- | main/cyrus-sasl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/cyrus-sasl/APKBUILD b/main/cyrus-sasl/APKBUILD index e5e321b37d..80ce4cf366 100644 --- a/main/cyrus-sasl/APKBUILD +++ b/main/cyrus-sasl/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cyrus-sasl pkgver=2.1.23 -pkgrel=14 +pkgrel=15 pkgdesc="Cyrus Simple Authentication Service Layer (SASL)" url="http://cyrusimap.web.cmu.edu/downloads.html#sasl" arch="all" license="custom" subpackages="$pkgname-dev $pkgname-doc libsasl" depends= -makedepends="db-dev openldap-dev openssl-dev" +makedepends="db-dev openssl-dev" source="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$pkgname-$pkgver.tar.gz saslauthd.initd cyrus-sasl-2.1.19-checkpw.c.patch @@ -39,7 +39,7 @@ build() { --disable-otp \ --enable-plain \ --with-devrandom=/dev/urandom \ - --with-ldap \ + --without-ldap \ -with-saslauthd=/var/run/saslauthd \ --mandir=/usr/share/man || return 1 # parallell buildds is broken |