From 1a41b2c91193bd5dc39ce9103e6890d04bd5d03b Mon Sep 17 00:00:00 2001 From: des Date: Mon, 15 Apr 2002 13:10:28 +0000 Subject: Throw in NO_WERROR to please the peanut gallery. --- lib/libpam/modules/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libpam') diff --git a/lib/libpam/modules/Makefile.inc b/lib/libpam/modules/Makefile.inc index 66b62d2..7459915 100644 --- a/lib/libpam/modules/Makefile.inc +++ b/lib/libpam/modules/Makefile.inc @@ -9,6 +9,7 @@ SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR} CFLAGS+= -I${PAMDIR}/include CFLAGS+= -I${.CURDIR}/../../libpam WARNS?= 4 +NO_WERROR= yes # This is nasty. # For the static case, libpam.a depends on the modules. -- cgit v1.1