PERFORCE change 69491 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 22 12:38:38 PST 2005


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

Change 69491 by rwatson at rwatson_paprika on 2005/01/22 20:38:21

	libbsm relies on being able to include from the source tree's
	sys include tree in order to get bsm/audit.h and friends.  Add
	../../sys to the include path when building.  This also avoids
	contamination from any /usr/include/bsm include files.

Affected files ...

.. //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#6 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#6 (text+ko) ====

@@ -16,7 +16,7 @@
 #
 # Must use BSM include files from within the contrib area, not the system.
 #
-CFLAGS+=	-I${BSMDIR}/lib
+CFLAGS+=	-I${BSMDIR}/lib -I${.CURDIR}/../../sys
 
 INCS=		audit_uevents.h libbsm.h
 INCSDIR=	${INCLUDEDIR}/bsm


More information about the p4-projects mailing list