PERFORCE change 122809 for review

Peter Wemm peter at FreeBSD.org
Tue Jul 3 22:37:44 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122809

Change 122809 by peter at peter_daintree on 2007/07/03 22:36:56

	If excluding gssapi headers, don't forget to exclude the library.

Affected files ...

.. //depot/projects/hammer/lib/Makefile#61 edit

Differences ...

==== //depot/projects/hammer/lib/Makefile#61 (text+ko) ====

@@ -31,7 +31,7 @@
 	libbegemot ${_libbluetooth} libbsnmp libbz2 \
 	libcalendar libcam libcompat libdevinfo libdevstat libdisk \
 	libedit libexpat libfetch libftpio libgeom ${_libgpib} \
-	libgssapi libipsec \
+	${_libgssapi} libipsec \
 	${_libipx} libkiconv libmagic libmemstat ${_libmilter} ${_libmp} \
 	${_libncp} ${_libngatm} libopie libpam libpcap \
 	libpmc ${_libpthread} librt ${_libsdp} ${_libsm} ${_libsmb} \
@@ -123,4 +123,8 @@
 _libgpib=	libgpib
 .endif
 
+.if ${MK_KERBEROS} != "no"
+_libgssapi=	libgssapi
+.endif
+
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list