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 167279 for review
Message-ID:  <200908130948.n7D9mmac057205@repoman.freebsd.org>

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

Change 167279 by rwatson@rwatson_freebsd_capabilities on 2009/08/13 09:48:14

	Add missing library dependency from libcapability to libsbuf.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/Makefile#16 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/Makefile#16 (text+ko) ====

@@ -1,6 +1,8 @@
 # $FreeBSD$
 
 LIB=	capability
+DPADD=	${LIBSBUF}
+LDADD=	-lsbuf
 
 SRCS=					\
 	libcapability.c			\



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