Date: Sat, 9 May 2020 10:34:28 +0000 (UTC) From: Benedict Reuschling <bcr@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r54123 - head/en_US.ISO8859-1/books/handbook/mail Message-ID: <202005091034.049AYS4K049313@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bcr Date: Sat May 9 10:34:27 2020 New Revision: 54123 URL: https://svnweb.freebsd.org/changeset/doc/54123 Log: Update the /etc/make.conf entries regarding sendmail. The instructions in the handbook were from a time when we did not have any OpenSSL version in the base system. Nowadays, with different versions of OpenSSL in various FreeBSD branches that differ in API/ABI, these small corrections are needed because they would be broken for stable/11 otherwise. Thanks to Eugen Grosbein for pointing this out and providing the lines for /etc/make.conf. PR: 244937 Submitted by: eugen@ Modified: head/en_US.ISO8859-1/books/handbook/mail/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/mail/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mail/chapter.xml Sat May 9 10:11:07 2020 (r54122) +++ head/en_US.ISO8859-1/books/handbook/mail/chapter.xml Sat May 9 10:34:27 2020 (r54123) @@ -1325,8 +1325,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlist the following lines:</para> <programlisting>SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL -SENDMAIL_LDFLAGS=-L/usr/local/lib -SENDMAIL_LDADD=-lsasl2</programlisting> +SENDMAIL_LDADD=/usr/local/lib/libsasl2.so</programlisting> <para>These lines provide <application>Sendmail</application> the proper configuration options for linking to
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005091034.049AYS4K049313>