Date: Sun, 3 Jan 2010 15:32:28 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r201433 - head/usr.sbin/sendmail Message-ID: <201001031532.o03FWSpQ072682@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001031532.o03FWSpQ072682>