Lower WARNS for sendmail.
Even though it builds with WARNS=2, some users link sendmail from the base system against SASL. This doesn't build in this case. Reported by: Andrzej Tobola <ato iem pw edu pl>
This commit is contained in:
parent
c1156f33b3
commit
4b1182c046
@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
|
||||
CFLAGS+= -DNETINET6
|
||||
.endif
|
||||
|
||||
WARNS?= 2
|
||||
WARNS?= 1
|
||||
|
||||
DPADD= ${LIBUTIL} ${LIBWRAP}
|
||||
LDADD= -lutil -lwrap
|
||||
|
Loading…
Reference in New Issue
Block a user