Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2009 23:09:09 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 164216 for review
Message-ID:  <200906122309.n5CN99Jk087039@repoman.freebsd.org>

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

Change 164216 by rwatson@rwatson_freebsd_capabilities on 2009/06/12 23:09:05

	Link sandbox against libcapabilitym so it will have access to
	sandbox-specific behavior.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_echo/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_echo/Makefile#2 (text+ko) ====

@@ -2,7 +2,7 @@
 NO_MAN=
 CFLAGS=-Wall -g
 
-DPADD=	${LIBCAPABILITY}
-LDADD=	-lcapability
+DPADD=	${LIBCAPABILITYM}
+LDADD=	-lcapabilitym
 
 .include <bsd.prog.mk>



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