8be937c474
Bug Fixes: * Added explicit note on unbound-anchor usage: Please note usage of unbound-anchor root anchor is at your own risk and under the terms of our LICENSE (see that file in the source). * Fix remove private address does not throw away entire response. [bugzilla: 361 ] * Fix, time.elapsed variable not reset with stats_noreset. * Fix no ADflag for NXDOMAIN in NSEC3 optout. And wildcard in optout. * give config parse error for multiple names on a stub or forward zone. * updated ldns tarball to 1.6.9(snapshot). * iana portlist updated.
15 lines
373 B
Makefile
15 lines
373 B
Makefile
# $NetBSD: options.mk,v 1.1 2011/04/20 10:44:46 pettai Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.unbound
|
|
PKG_SUPPORTED_OPTIONS= libevent
|
|
PKG_SUGGESTED_OPTIONS= libevent
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### libevent
|
|
###
|
|
.if !empty(PKG_OPTIONS:Mlibevent)
|
|
CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
|
|
.include "../../devel/libevent/buildlink3.mk"
|
|
.endif
|