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@
This commit is contained in:
parent
3a325ae182
commit
4607ee7c6d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54123
1 changed files with 1 additions and 2 deletions
|
@ -1325,8 +1325,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue