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.