FS#28320 - [bind] include tsec.h
Attached to Project:
Arch Linux
Opened by yanglei (hydra35) - Wednesday, 08 February 2012, 10:21 GMT
Last edited by Gaetan Bisson (vesath) - Sunday, 18 November 2012, 07:31 GMT
Opened by yanglei (hydra35) - Wednesday, 08 February 2012, 10:21 GMT
Last edited by Gaetan Bisson (vesath) - Sunday, 18 November 2012, 07:31 GMT
|
Details
Description: "dns/tsec.h" is included by omapi.h, which in
turn, included by dhcpctl.h. Dhcpctl provides a set of API
for dhcpd.
Note: "dns/tsec.h" can be found in the source of dhcp. I guess the reason to leave it out is Bind will provide and control all the files in "/usr/include/dns". Howerver, Bind does not contain tsec.h as of version 9.8.1.P1-1 Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: Compile the sample program in `man dhcpctl` |
This task depends upon
Comment by Greg (dolby) - Tuesday,
23 October 2012, 12:52 GMT
This is about the dhcp package, not dhcpcd and should be
reassigned
Comment by Eric Belanger (Snowman) -
Saturday, 17 November 2012, 10:07 GMT
there's no tsec.h in dhcp's source tarball. I'm guessing it's part
of bind.
Comment by Gaetan Bisson (vesath) -
Sunday, 18 November 2012, 07:30 GMT
Indeed tsec.h is not listed in lib/dns/include/dns/Makefile.in
from the bind-9.9.2 tarball. Upstream probably decided it was
better not to export it; please bring this issue up with them.