Merge branch '836-building-fails-in-build-subdirectory-when-dnstap-is-enabled' into 'master'
Resolve "Building fails in build subdirectory when dnstap is enabled" Closes #836 See merge request isc-projects/bind9!1510
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
||||
5163. [cleanup] Out-of-tree builds failed --enable-dnstap. [GL #836]
|
||||
|
||||
5162. [cleanup] Improve dnssec-keymgr manual. Thanks to Tony Finch.
|
||||
[GL !1518]
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@ ${OBJS}: include
|
||||
dnstap.@O@: dnstap.c dnstap.pb-c.c
|
||||
|
||||
dnstap.pb-c.c dnstap.pb-c.h include/dns/dnstap.pb-c.h: dnstap.proto
|
||||
$(PROTOC_C) --c_out=. dnstap.proto
|
||||
$(PROTOC_C) --c_out=. --proto_path ${srcdir} dnstap.proto
|
||||
cp -f dnstap.pb-c.h include/dns
|
||||
|
||||
dnstap.pb-c.@O@: dnstap.pb-c.c
|
||||
|
||||
Reference in New Issue
Block a user