Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2011 09:09:33 +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: r226428 - head/usr.bin/su
Message-ID:  <201110160909.p9G99XkQ054361@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Sun Oct 16 09:09:33 2011
New Revision: 226428
URL: http://svn.freebsd.org/changeset/base/226428

Log:
  Undo r226423.
  
  It seems su does build without warnings, but it requires a small fix to
  libbsm headers, which I have not committed to SVN yet.

Modified:
  head/usr.bin/su/Makefile

Modified: head/usr.bin/su/Makefile
==============================================================================
--- head/usr.bin/su/Makefile	Sun Oct 16 08:54:41 2011	(r226427)
+++ head/usr.bin/su/Makefile	Sun Oct 16 09:09:33 2011	(r226428)
@@ -5,6 +5,8 @@
 
 PROG=	su
 
+WARNS?=	5
+
 DPADD=	${LIBUTIL} ${LIBPAM}
 LDADD=	-lutil ${MINUSLPAM}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110160909.p9G99XkQ054361>