building system's libmilter with poll() support?

Gregory Shapiro gshapiro at freebsd.org
Wed Jan 2 08:44:56 PST 2008


> 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.


More information about the freebsd-stable mailing list