mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use the correct path to the SASL .h files as installed by the SASL port.
MFC candidate. Submitted by: jeh
This commit is contained in:
parent
e47bf70d00
commit
332ca08080
2 changed files with 2 additions and 2 deletions
|
|
@ -348,7 +348,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
|||
# sendmail and its related utilities. For example, SASL support can be
|
||||
# added with settings such as:
|
||||
#
|
||||
# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL
|
||||
# SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
|
||||
# SENDMAIL_LDFLAGS=-L/usr/local/lib
|
||||
# SENDMAIL_LDADD=-lsasl
|
||||
#
|
||||
|
|
|
|||
|
|
@ -348,7 +348,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
|||
# sendmail and its related utilities. For example, SASL support can be
|
||||
# added with settings such as:
|
||||
#
|
||||
# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL
|
||||
# SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
|
||||
# SENDMAIL_LDFLAGS=-L/usr/local/lib
|
||||
# SENDMAIL_LDADD=-lsasl
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue