Fix the location of sasl1 by adding a `1' to the listed path.
Pointed out: Alexander Chernykh <alxch@ngw.compcent.usu.ru>
This commit is contained in:
parent
16728a1b6b
commit
52dad2700b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15336
1 changed files with 1 additions and 1 deletions
|
@ -1172,7 +1172,7 @@ freefall MX 20 who.cdrom.com</programlisting>
|
|||
<para>Now, edit <filename>/etc/make.conf</filename> and add the
|
||||
following lines:</para>
|
||||
|
||||
<screen>SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL</screen>
|
||||
<screen>SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL</screen>
|
||||
<screen>SENDMAIL_LDFLAGS=-L/usr/local/lib</screen>
|
||||
<screen>SENDMAIL_LDADD=-lsasl</screen>
|
||||
|
||||
|
|
Loading…
Reference in a new issue