svn commit: r453063 - head/dns/knot2

Matthew Seaman matthew at FreeBSD.org
Sat Oct 28 17:03:28 UTC 2017


Author: matthew
Date: Sat Oct 28 17:03:26 2017
New Revision: 453063
URL: https://svnweb.freebsd.org/changeset/ports/453063

Log:
  Fix the DNSTAP option
  
  PR:		221333
  Submitted by:	tmasu at st.rim.or.jp
  Approved by:	maintainer timeout (2 months+)

Modified:
  head/dns/knot2/Makefile

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Sat Oct 28 16:15:16 2017	(r453062)
+++ head/dns/knot2/Makefile	Sat Oct 28 17:03:26 2017	(r453063)
@@ -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


More information about the svn-ports-all mailing list