diff options
author | pettai <pettai@pkgsrc.org> | 2019-06-12 09:21:42 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2019-06-12 09:21:42 +0000 |
commit | d9400ecf3dc8b6a04b5b80023229970e62a2037c (patch) | |
tree | 5ffe2a6d2b77fb1c988792743d66a8bf854e5021 /net | |
parent | 98367fa922684b5fa46e39d0dc324e55b133c194 (diff) | |
download | pkgsrc-d9400ecf3dc8b6a04b5b80023229970e62a2037c.tar.gz |
fixes PR pkg/54126
Diffstat (limited to 'net')
-rw-r--r-- | net/unbound/Makefile | 3 | ||||
-rw-r--r-- | net/unbound/PLIST | 3 |
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 |