svn commit: r285302 - stable/10/usr.sbin/sendmail
Gregory Neil Shapiro
gshapiro at FreeBSD.org
Thu Jul 9 05:02:14 UTC 2015
Author: gshapiro
Date: Thu Jul 9 05:02:13 2015
New Revision: 285302
URL: https://svnweb.freebsd.org/changeset/base/285302
Log:
MFC: Temporarily disable WARNS while addressing a non-issue with the upstream code
Approved by: re (gjb)
Modified:
stable/10/usr.sbin/sendmail/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/sendmail/Makefile
==============================================================================
--- stable/10/usr.sbin/sendmail/Makefile Thu Jul 9 05:00:19 2015 (r285301)
+++ stable/10/usr.sbin/sendmail/Makefile Thu Jul 9 05:02:13 2015 (r285302)
@@ -43,7 +43,7 @@ CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS
CFLAGS+= -DNETINET6 -DIPV6_FULL=0
.endif
-WARNS?= 1
+WARNS?= 0
DPADD= ${LIBUTIL} ${LIBWRAP}
LDADD= -lutil -lwrap
More information about the svn-src-stable-10
mailing list