From ada06c4a29cf3c3c4eec7e76a3fcf7ae546d07eb Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 8 Jul 2018 18:22:40 +0200 Subject: testing/opendmarc: build with spf2 support --- testing/opendmarc/APKBUILD | 7 +++++-- 1 file 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 } -- cgit v1.2.3