mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 21:40:00 -04:00
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:
commit
fa79f4b899
2 changed files with 3 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue