Date: Fri, 13 May 2005 00:38:03 +0200 From: Karol Kwiatkowski <freebsd@orchid.homeunix.org> To: questions@freebsd.org Cc: Robert Huff <roberthuff@rcn.com> Subject: Re: problem building sendmail+sasl Message-ID: <4283DACB.8060200@orchid.homeunix.org> In-Reply-To: <17027.38579.859810.581026@jerusalem.litteratus.org> References: <200505120733.j4C7X2C7091737@jerusalem.litteratus.org> <17027.38579.859810.581026@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Robert Huff wrote: > I'm trying to add SASL to sendmail (more accurately, to make it > so it's done as part of the default sendmail build under -CURRENT). > I have: > > 1) installed cyrus-sasl-2.1.20_1 > 2) added > > SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL=2 > SENDMAIL_LDFLAGS=-L/usr/local/lib > SENDMAIL_LDADD=-lsasl2 > > to /etc/make,conf For what it's worth (since nobody replied yet) I've got these in make.conf (5.4-RELEASE, 5.2.1-5.3-R previously): SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+= -lsasl2 Sorry for the luck of details, I wrote that many months ago, but it should give you a point to start. Regards, Karol -- Karol Kwiatkowski <freebsd at orchid dot homeunix dot org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4283DACB.8060200>