From owner-p4-projects@FreeBSD.ORG Sat Jan 22 20:38:37 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5FD9916A4D0; Sat, 22 Jan 2005 20:38:37 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD6816A4CE for ; Sat, 22 Jan 2005 20:38:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2659143D39 for ; Sat, 22 Jan 2005 20:38:37 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0MKcbw5088253 for ; Sat, 22 Jan 2005 20:38:37 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0MKcaii088250 for perforce@freebsd.org; Sat, 22 Jan 2005 20:38:36 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 22 Jan 2005 20:38:36 GMT Message-Id: <200501222038.j0MKcaii088250@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 69491 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 20:38:38 -0000 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