Date: Tue, 12 Sep 2000 14:09:47 +0400 From: Sergei Vyshenski <svysh@pn.sinp.msu.ru> To: Gregory Neil Shapiro <gshapiro@FreeBSD.org> Cc: freebsd-stable@FreeBSD.org Subject: Re: SMTP AUTH Message-ID: <4.3.2.7.2.20000912140202.00a82100@vivaldi> In-Reply-To: <14781.45400.621097.143099@horsey.gshapiro.net> References: <4.3.2.7.2.20000912035858.00a86550@vivaldi> <4.3.2.7.2.20000912035858.00a86550@vivaldi>
next in thread | previous in thread | raw e-mail | index | archive | help
Gregory,
You idea works ok only provided the following change is made to
/usr/src/usr.sbin/sendmail/Makefile:
LDADD+= -lutil -lwrap
instead of
LDADD= -lutil -lwrap
Could you please commit this change to stable?
Sergei
At 21:30 11.09.00 -0700, you wrote:
>svysh> Is it possible to link sasl support into sendmail during buildworld
>svysh> on FreeBSD-4.1-STABLE with CYRUS-SASL port installed in advance?
>
>svysh> site.config.m4 approach seems not applicable here?
>
>You could do something like this (untested, unsupported) in /etc/make.conf:
>
># Make MD5 version of libskey
>.if ${.CURDIR} == "/usr/src/usr.sbin/sendmail"
>CFLAGS+=-DSASL -I/usr/local/include/sasl
>LDADD+=-lsasl
>.endif
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20000912140202.00a82100>
