[Bug 247959] sendmail SASL example in /usr/share/examples/etc/make.conf is out of date
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 14 03:16:00 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247959
Bug ID: 247959
Summary: sendmail SASL example in
/usr/share/examples/etc/make.conf is out of date
Product: Base System
Version: 11.3-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: bugs at FreeBSD.org
Reporter: sallendorf at gmail.com
The lines in /usr/share/examples/etc/make.conf do not match those in the
handbook. Sendmail does not compile on 11-STABLE with these lines in
/etc/make.conf if the security/openssl port is installed.
>From /usr/share/examples/etc/make.conf:
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
>From the handbook:
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
SENDMAIL_LDADD=/usr/local/lib/libsasl2.so
Sendmail does compile successfully when the lines from the handbook are used in
/etc/make.conf.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list