svn commit: r54123 - head/en_US.ISO8859-1/books/handbook/mail
Benedict Reuschling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"