From: Wouter Wijngaards Date: Mon, 10 Dec 2018 10:41:33 +0000 (+0000) Subject: - Fix for FreeBSD port make with dnscrypt and dnstap enabled. X-Git-Tag: release-1.9.0rc1~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b8e316663c796e8f9ae41dc39699560929e1ecf;p=thirdparty%2Funbound.git - Fix for FreeBSD port make with dnscrypt and dnstap enabled. git-svn-id: file:///svn/unbound/trunk@5016 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 89e4e2b95..e559c3569 100644 --- a/Makefile.in +++ b/Makefile.in @@ -392,7 +392,7 @@ dnstap.lo dnstap.o: $(srcdir)/dnstap/dnstap.c config.h dnstap/dnstap_config.h \ $(srcdir)/util/config_file.h $(srcdir)/util/log.h \ $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h -dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h: $(srcdir)/dnstap/dnstap.proto +dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h ./dnstap/dnstap.pb-c.c ./dnstap/dnstap.pb-c.h: $(srcdir)/dnstap/dnstap.proto @-if test ! -d dnstap; then $(INSTALL) -d dnstap; fi $(PROTOC_C) --c_out=. --proto_path=$(srcdir) $(srcdir)/dnstap/dnstap.proto diff --git a/doc/Changelog b/doc/Changelog index 77d4bb5f8..aea6a776b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,7 @@ - Fix config parser memory leaks. - ip-ratelimit-factor of 1 allows all traffic through, instead of the previous blocking everything. + - Fix for FreeBSD port make with dnscrypt and dnstap enabled. 6 December 2018: Wouter - Fix dns64 allocation in wrong region for returned internal queries.