Yuri Voinov
2015-02-22 06:55:25 UTC
Hi,
Unbound 1.5.2 has compilation error on solaris:
'PF_LOCAL' undeclared (first use in this function)
in module services/listen_dnsport.c
Need to add
#ifndef PF_LOCAL
#define PF_LOCAL PF_UNIX
#endif
to this module to avoid this.
Wouter,
please, check this. Looks like bug.
WBR, Yuri
Unbound 1.5.2 has compilation error on solaris:
'PF_LOCAL' undeclared (first use in this function)
in module services/listen_dnsport.c
Need to add
#ifndef PF_LOCAL
#define PF_LOCAL PF_UNIX
#endif
to this module to avoid this.
Wouter,
please, check this. Looks like bug.
WBR, Yuri