Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2003 19:15:02 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26909 for review
Message-ID:  <200303150315.h2F3F2Wo086289@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26909

Change 26909 by peter@peter_daintree on 2003/03/14 19:14:55

	Avoid foot shooting.  The body of one of the pam_krb5 files
	is #if'ed out, causing a -Wunused

Affected files ...

.. //depot/projects/ia64/lib/libpam/modules/pam_krb5/Makefile#6 edit

Differences ...

==== //depot/projects/ia64/lib/libpam/modules/pam_krb5/Makefile#6 (text+ko) ====

@@ -28,6 +28,7 @@
 SRCS=	pam_krb5.c
 MAN=	pam_krb5.8
 
+WARNS=	0
 DPADD=	${LIBKRB5} ${LIBGSSAPI} ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} \
 	${LIBCOM_ERR} ${LIBROKEN}
 LDADD=	-lkrb5 -lgssapi -lasn1 -lcrypto -lcrypt -lcom_err -lroken 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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