summaryrefslogtreecommitdiffstats
path: root/lib/libpam
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-07 04:44:16 +0000
committerdes <des@FreeBSD.org>2002-04-07 04:44:16 +0000
commit9c4d69ea428a0d4a522b5299d3971e7f84c32b12 (patch)
tree17a78174e1ddabf8c0ec141106cd7f5699677db1 /lib/libpam
parenta8758bd3f5b357ffe7172d6b927884ea33f11da4 (diff)
downloadFreeBSD-src-9c4d69ea428a0d4a522b5299d3971e7f84c32b12.zip
FreeBSD-src-9c4d69ea428a0d4a522b5299d3971e7f84c32b12.tar.gz
Turn on NO_WERROR due to namespace pollution in krb5 headers.
Diffstat (limited to 'lib/libpam')
-rw-r--r--lib/libpam/modules/pam_krb5/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_krb5/Makefile b/lib/libpam/modules/pam_krb5/Makefile
index 525358a..b4e301b 100644
--- a/lib/libpam/modules/pam_krb5/Makefile
+++ b/lib/libpam/modules/pam_krb5/Makefile
@@ -27,6 +27,7 @@
LIB= pam_krb5
SHLIB_NAME= ${LIB}.so.${SHLIB_MAJOR}
SRCS= pam_krb5.c
+NO_WERROR= yes
DPADD= ${LIBKRB5} ${LIBGSSAPI} ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} \
${LIBCOM_ERR} ${LIBROKEN}
LDADD= -lkrb5 -lgssapi -lasn1 -lcrypto -lcrypt -lcom_err \
OpenPOWER on IntegriCloud