diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-04-22 14:30:57 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-04-22 14:30:57 +0000 |
commit | 32fee060aae12a19444d059777c107f86076d549 (patch) | |
tree | 0d61c49ceecc2ae544f156c67cc9b2f30b29e159 | |
parent | 57bb77c0bd139634757c4eb1406f0de041e72244 (diff) | |
download | aports-32fee060aae12a19444d059777c107f86076d549.tar.bz2 aports-32fee060aae12a19444d059777c107f86076d549.tar.xz |
testing/milter-greylist: do not build with bind support yet
-rw-r--r-- | testing/milter-greylist/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/milter-greylist/APKBUILD b/testing/milter-greylist/APKBUILD index d93daae7d7..8d84345763 100644 --- a/testing/milter-greylist/APKBUILD +++ b/testing/milter-greylist/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=milter-greylist pkgver=4.4.3 -pkgrel=3 +pkgrel=4 pkgdesc="Stand-alone milter written in C that implements the greylist filtering method" url="http://hcpnet.free.fr/milter-greylist" arch="all" @@ -43,7 +43,6 @@ build() { --with-user=smmsp \ --with-conffile=/etc/$pkgname/greylist.conf \ --with-dumpfile=/var/lib/$pkgname/greylist.db \ - --with-libbind \ --enable-postfix \ --enable-spamassassin \ --disable-rpath |