aboutsummaryrefslogtreecommitdiffstats
path: root/testing/milter-greylist
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-09-12 06:47:53 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-09-12 06:48:03 +0000
commit998932ca34774cf4c68003a0371a9196da484a6b (patch)
treefe02716f5ae8a6628c82c99cf5a8ad5da34dc424 /testing/milter-greylist
parentd24966bb6c73fe3b915ec7dda80f140c16cabf4b (diff)
downloadaports-998932ca34774cf4c68003a0371a9196da484a6b.tar.bz2
aports-998932ca34774cf4c68003a0371a9196da484a6b.tar.xz
testing/milter-greylist: enable geoip support
Diffstat (limited to 'testing/milter-greylist')
-rw-r--r--testing/milter-greylist/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/milter-greylist/APKBUILD b/testing/milter-greylist/APKBUILD
index e769c5fbb..7cf00645a 100644
--- a/testing/milter-greylist/APKBUILD
+++ b/testing/milter-greylist/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=milter-greylist
pkgver=4.6.1
-pkgrel=0
+pkgrel=1
pkgdesc="Stand-alone milter written in C that implements the greylist filtering method"
url="http://hcpnet.free.fr/milter-greylist"
arch="all"
license="GPL"
depends=
depends_dev=
-makedepends="$depends_dev bison flex libmilter-dev libspf2-dev"
+makedepends="$depends_dev bison flex geoip-dev libmilter-dev libspf2-dev"
install="$pkgname.pre-install"
subpackages="$pkgname-doc"
pkgusers="smmsp"
@@ -45,6 +45,7 @@ build() {
--with-conffile=/etc/$pkgname/greylist.conf \
--with-dumpfile=/var/lib/$pkgname/greylist.db \
--with-thread-safe-resolver \
+ --with-libGeoIP \
--enable-postfix \
--enable-spamassassin \
--enable-dnsrbl \