PERFORCE change 167280 for review

Robert Watson rwatson at FreeBSD.org
Thu Aug 13 09:48:51 UTC 2009


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

Change 167280 by rwatson at rwatson_freebsd_capabilities on 2009/08/13 09:48:43

	libsbuf dependency in gzip no longer required as libcapability now
	properly depends on it.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/usr.bin/gzip/Makefile#6 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/usr.bin/gzip/Makefile#6 (text+ko) ====

@@ -7,8 +7,8 @@
 MAN=		gzip.1 gzexe.1 zdiff.1 zforce.1 zmore.1 znew.1
 SRCS=		gzip.c gzsandbox.c
 
-DPADD=		${LIBZ} ${LIBCAPABILITY} ${LIBSBUF}
-LDADD=		-lz -lcapability -lsbuf
+DPADD=		${LIBZ} ${LIBCAPABILITY}
+LDADD=		-lz -lcapability
 WARNS?=		6
 CFLAGS+=	-rdynamic			# For sandbox cap_main
 


More information about the p4-projects mailing list