Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2009 09:48:48 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 167280 for review
Message-ID:  <200908130948.n7D9mmOF057210@repoman.freebsd.org>

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

Change 167280 by rwatson@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
 



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