]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix for FreeBSD port make with dnscrypt and dnstap enabled.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 10 Dec 2018 10:41:33 +0000 (10:41 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 10 Dec 2018 10:41:33 +0000 (10:41 +0000)
git-svn-id: file:///svn/unbound/trunk@5016 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 89e4e2b956fe14ee4cf0fec728a0f1331f2e54a2..e559c356900663101812b7289fa8f0b6ee035e76 100644 (file)
@@ -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
 
index 77d4bb5f85c20dabd7b697c4c0c21ab5f346d456..aea6a776b2b1cd63a3ce9414334ddcded6f5fdbe 100644 (file)
@@ -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.