summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2019-06-12 09:21:42 +0000
committerpettai <pettai@pkgsrc.org>2019-06-12 09:21:42 +0000
commitd9400ecf3dc8b6a04b5b80023229970e62a2037c (patch)
tree5ffe2a6d2b77fb1c988792743d66a8bf854e5021 /net
parent98367fa922684b5fa46e39d0dc324e55b133c194 (diff)
downloadpkgsrc-d9400ecf3dc8b6a04b5b80023229970e62a2037c.tar.gz
fixes PR pkg/54126
Diffstat (limited to 'net')
-rw-r--r--net/unbound/Makefile3
-rw-r--r--net/unbound/PLIST3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index 0ffd8fe2a76..3f8fcc522a3 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2019/03/12 12:13:08 he Exp $
+# $NetBSD: Makefile,v 1.66 2019/06/12 09:21:42 pettai Exp $
DISTNAME= unbound-1.9.1
CATEGORIES= net
@@ -16,6 +16,7 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-allsymbols
CONFIGURE_ARGS+= --with-libexpat=${BUILDLINK_PREFIX.expat}
CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
+CONFIGURE_ARGS+= --enable-event-api
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-pidfile=${VARBASE}/run/unbound/unbound.pid
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
diff --git a/net/unbound/PLIST b/net/unbound/PLIST
index 4a983cd100a..6449fdc2f61 100644
--- a/net/unbound/PLIST
+++ b/net/unbound/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.8 2018/03/15 10:22:49 he Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/06/12 09:21:42 pettai Exp $
include/unbound.h
+include/unbound-event.h
lib/libunbound.la
lib/pkgconfig/libunbound.pc
man/man1/unbound-host.1