Date: Sat, 30 Jan 2010 00:40:39 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 173934 for review Message-ID: <201001300040.o0U0ed50035300@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=173934 Change 173934 by rwatson@rwatson_vimage_client on 2010/01/30 00:40:13 LIBCAPABILITY->LIBCAPSICUM Affected files ... .. //depot/projects/trustedbsd/capabilities/src/share/mk/bsd.libnames.mk#11 edit .. //depot/projects/trustedbsd/capabilities/src/usr.bin/gzip/Makefile#9 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/share/mk/bsd.libnames.mk#11 (text+ko) ==== @@ -30,7 +30,7 @@ LIBC_PIC?= ${DESTDIR}${LIBDIR}/libc_pic.a LIBCALENDAR?= ${DESTDIR}${LIBDIR}/libcalendar.a LIBCAM?= ${DESTDIR}${LIBDIR}/libcam.a -LIBCAPABILITY?= ${DESTDIR}${LIBDIR}/libcapability.a +LIBCAPSICUM?= ${DESTDIR}${LIBDIR}/libcapsicum.a LIBCOM_ERR?= ${DESTDIR}${LIBDIR}/libcom_err.a LIBCOMPAT?= ${DESTDIR}${LIBDIR}/libcompat.a LIBCRYPT?= ${DESTDIR}${LIBDIR}/libcrypt.a ==== //depot/projects/trustedbsd/capabilities/src/usr.bin/gzip/Makefile#9 (text+ko) ==== @@ -7,7 +7,7 @@ MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zmore.1 znew.1 SRCS= gzip.c gzsandbox.c -DPADD= ${LIBZ} ${LIBCAPABILITY} +DPADD= ${LIBZ} ${LIBCAPSICUM} LDADD= -lz -lcapsicum CFLAGS+= -rdynamic # For sandbox cap_main
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001300040.o0U0ed50035300>