Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2008 08:08:06 -0800
From:      Gregory Shapiro <gshapiro@freebsd.org>
To:        Vivek Khera <vivek@khera.org>
Cc:        stable@freebsd.org
Subject:   Re: building system's libmilter with poll() support?
Message-ID:  <20080102160806.GB36128@monkeyboy.local>
In-Reply-To: <10C55115-843B-4275-A876-AA9CB656A519@khera.org>
References:  <10C55115-843B-4275-A876-AA9CB656A519@khera.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> What's the procedure to configure buildworld to get sendmail to build 
> libmilter using poll() instead of select()?

Add this to /etc/make.conf:

SENDMAIL_CFLAGS+=-D_FFR_WORKERS_POOL

And then rebuild/reinstall libmilter:

cd /usr/src/lib/libmilter/
make clean
make depend
make
make install

Note that bug 118824 has already asked for this to be part of the base.
I will likely make that the case for the HEAD and then give it some
testing time before MFC'ing.



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