Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2006 16:03:20 +0300
From:      Andrey Chernov <ache@FreeBSD.org>
To:        Hajimu UMEMOTO <ume@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/mail/milter-greylist Makefile distinfo pkg-message pkg-plist ports/mail/milter-greylist/files milter-greylist.sh patch-configure patch-greylist.conf
Message-ID:  <20061210130320.GA16769@nagual.pp.ru>
In-Reply-To: <ygemz5wjlco.wl%ume@mahoroba.org>
References:  <200612100510.kBA5Acxc082301@repoman.freebsd.org> <ygemz5wjlco.wl%ume@mahoroba.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 10, 2006 at 03:50:15PM +0900, Hajimu UMEMOTO wrote:
> The DNSRBL support requires the BIND9's resolver, i.e. FreeBSD 6.2.
> But, our resolver is thread-safe before updating to the BIND9's one.
> The milter-greylist has an option for our resolver.  This option is
> safe with the BIND9's resolver.  So, it should be:
> 
> .if ${OSVERSION} >= 502102
> CONFIGURE_ARGS+=	--enable-dnsrbl --with-thread-safe-resolver
> .endif

This is superfluous. From my source reading --with-thread-safe-resolver 
just forces configure to treat any resolver as safe. Without this option 
configure does actual check for res_ninit().

-- 
http://ache.pp.ru/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061210130320.GA16769>