Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Aug 2020 04:57:30 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363750 - head/share/examples/etc
Message-ID:  <202008010457.0714vUvN080089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gshapiro
Date: Sat Aug  1 04:57:30 2020
New Revision: 363750
URL: https://svnweb.freebsd.org/changeset/base/363750

Log:
  Mirror recommendation from Handbook to avoid linking conflicts when
  pulling in SASL libraries.
  
  PR:		247959
  Reported by:	Scott Allendorf
  MFC after:	3 days

Modified:
  head/share/examples/etc/make.conf

Modified: head/share/examples/etc/make.conf
==============================================================================
--- head/share/examples/etc/make.conf	Sat Aug  1 02:21:20 2020	(r363749)
+++ head/share/examples/etc/make.conf	Sat Aug  1 04:57:30 2020	(r363750)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008010457.0714vUvN080089>