Date: Sat, 22 Jan 2005 20:38:36 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 69491 for review Message-ID: <200501222038.j0MKcaii088250@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=69491 Change 69491 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501222038.j0MKcaii088250>