diff options
author | matthew <matthew@FreeBSD.org> | 2017-10-29 01:03:26 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:50:09 +0800 |
commit | feda142cf5c9df68c07bba90eb14518a43439e4d (patch) | |
tree | be26d7476a734f603e56b132bf78288f7de7b62d /dns | |
parent | 22b787bdffb90bf53d27ae359d9d82278a275de5 (diff) | |
download | freebsd-ports-gnome-feda142cf5c9df68c07bba90eb14518a43439e4d.tar.gz freebsd-ports-gnome-feda142cf5c9df68c07bba90eb14518a43439e4d.tar.zst freebsd-ports-gnome-feda142cf5c9df68c07bba90eb14518a43439e4d.zip |
Fix the DNSTAP option
PR: 221333
Submitted by: tmasu@st.rim.or.jp
Approved by: maintainer timeout (2 months+)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 4773a187d992..1d1eb2473bb7 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -45,6 +45,7 @@ OPTIONS_DEFINE= DNSTAP FASTPARSER IDN DNSTAP_DESC= dnstap support (see dnstap.info) DNSTAP_CONFIGURE_ENABLE= dnstap +DNSTAP_CONFIGURE_WITH= module-dnstap=yes DNSTAP_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ libfstrm.so:devel/fstrm # XXX: because `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from |