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-users mailing list
[email protected]
http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users

Reply via email to