Mirror recommendation from Handbook to avoid linking conflicts when

pulling in SASL libraries.

PR:		247959
Reported by:	Scott Allendorf
MFC after:	3 days
This commit is contained in:
Gregory Neil Shapiro 2020-08-01 04:57:30 +00:00
parent cb889ce631
commit c5112a4e2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363750

View File

@ -239,13 +239,11 @@
#
# with SASLv1:
# SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
# SENDMAIL_LDFLAGS=-L/usr/local/lib
# SENDMAIL_LDADD=-lsasl
# SENDMAIL_LDADD=/usr/local/lib/libsasl.so
#
# with SASLv2:
# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
# SENDMAIL_LDFLAGS=-L/usr/local/lib
# SENDMAIL_LDADD=-lsasl2
# SENDMAIL_LDADD=/usr/local/lib/libsasl2.so
#
# Note: If you are using Cyrus SASL with other applications which require
# access to the sasldb file, you should add the following to your