From c5112a4e2d1f6ef0ef4cbd9215d30c663f01b0d3 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Sat, 1 Aug 2020 04:57:30 +0000 Subject: [PATCH] Mirror recommendation from Handbook to avoid linking conflicts when pulling in SASL libraries. PR: 247959 Reported by: Scott Allendorf MFC after: 3 days --- share/examples/etc/make.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 37b3b774c8d..a7afe4d8b6e 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -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