svn commit: r201433 - head/usr.sbin/sendmail

Ed Schouten ed at FreeBSD.org
Sun Jan 3 15:32:28 UTC 2010


Author: ed
Date: Sun Jan  3 15:32:25 2010
New Revision: 201433
URL: http://svn.freebsd.org/changeset/base/201433

Log:
  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>

Modified:
  head/usr.sbin/sendmail/Makefile

Modified: head/usr.sbin/sendmail/Makefile
==============================================================================
--- head/usr.sbin/sendmail/Makefile	Sun Jan  3 15:20:52 2010	(r201432)
+++ head/usr.sbin/sendmail/Makefile	Sun Jan  3 15:32:25 2010	(r201433)
@@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS 
 CFLAGS+= -DNETINET6
 .endif
 
-WARNS?=	2
+WARNS?=	1
 
 DPADD=	${LIBUTIL} ${LIBWRAP}
 LDADD=	-lutil -lwrap


More information about the svn-src-all mailing list