summaryrefslogtreecommitdiffstats
path: root/lib/libpam
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-07 12:53:58 +0000
committerdes <des@FreeBSD.org>2002-04-07 12:53:58 +0000
commitffe3791d9fba480a248686630c00c9ae2fbd3fa7 (patch)
tree2c56aa94bf591cfd549370cd36f601f093d0bf94 /lib/libpam
parent562af56e62b5326695de7e3089fd866ebbd376a8 (diff)
downloadFreeBSD-src-ffe3791d9fba480a248686630c00c9ae2fbd3fa7.zip
FreeBSD-src-ffe3791d9fba480a248686630c00c9ae2fbd3fa7.tar.gz
This one needs NO_WERROR too.
Diffstat (limited to 'lib/libpam')
-rw-r--r--lib/libpam/modules/pam_kerberosIV/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_kerberosIV/Makefile b/lib/libpam/modules/pam_kerberosIV/Makefile
index f6b288e..14c925b 100644
--- a/lib/libpam/modules/pam_kerberosIV/Makefile
+++ b/lib/libpam/modules/pam_kerberosIV/Makefile
@@ -27,6 +27,7 @@
LIB= pam_kerberosIV
SHLIB_NAME= ${LIB}.so.${SHLIB_MAJOR}
SRCS= pam_kerberosIV.c klogin.c
+NO_WERROR= yes
CFLAGS+= -DKERBEROS
DPADD= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR}
LDADD= -lkrb -lcrypto -lcom_err
OpenPOWER on IntegriCloud