aboutsummaryrefslogtreecommitdiffstats
path: root/testing/milter-greylist
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-04-22 08:32:26 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-04-22 08:32:26 +0000
commitfecb8c04999167ea3f26c6808dfb4ce5722acbec (patch)
treec69a7c714bd3954dc7b7ffb944ad395b81a2b8a5 /testing/milter-greylist
parent43f075d976e3a82dc00a42ad122e61a1135db2a5 (diff)
downloadaports-fecb8c04999167ea3f26c6808dfb4ce5722acbec.tar.bz2
aports-fecb8c04999167ea3f26c6808dfb4ce5722acbec.tar.xz
testing/milter-greylist: disable rpath
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 63811f1e3..1a15adf42 100644
--- a/testing/milter-greylist/APKBUILD
+++ b/testing/milter-greylist/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=milter-greylist
pkgver=4.4.3
-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"
@@ -41,7 +41,8 @@ build() {
--localstatedir=/var/lib \
--with-libspf2 \
--with-user=smmsp \
- --enable-postfix
+ --enable-postfix \
+ --disable-rpath
make -j1 || return 1
}