aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/opendmarc/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/testing/opendmarc/APKBUILD b/testing/opendmarc/APKBUILD
index e4d43f01c6..282990f737 100644
--- a/testing/opendmarc/APKBUILD
+++ b/testing/opendmarc/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="A free open source implementation of the DMARC specification"
url="http://www.trusteddomain.org/opendmarc/"
arch="all"
license="BSD-3-Clause Sendmail"
-makedepends="libmilter-dev"
+makedepends="libmilter-dev libspf2-dev"
subpackages="$pkgname-doc $pkgname-dev"
source="https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
netdb_defines.patch
@@ -29,7 +29,10 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --with-installdir=/usr
+ --with-installdir=/usr \
+ --with-spf \
+ --with-spf2-lib=/usr/lib \
+ --with-spf2-include=/usr/include/spf2
make
}