Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2017 17:03:26 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453063 - head/dns/knot2
Message-ID:  <201710281703.v9SH3QCA060822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710281703.v9SH3QCA060822>