Date: Thu, 5 May 2005 18:21:28 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 76571 for review Message-ID: <200505051821.j45ILS6r073954@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=76571 Change 76571 by rwatson@rwatson_paprika on 2005/05/05 18:20:49 OpenBSM should look for shared libraries in the local libbsm build tree first. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#3 edit .. //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#3 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#3 (text+ko) ==== @@ -2,7 +2,7 @@ # $FreeBSD$ # -CFLAGS+= -I- -I ../.. -I ../../libbsm -I. +CFLAGS+= -I- -I ../.. -I ../../libbsm -L ../../libbsm -I. PROG= auditreduce MAN= auditreduce.1 DPADD= /usr/lib/libbsm.a ==== //depot/projects/trustedbsd/openbsm/bin/praudit/Makefile#3 (text+ko) ==== @@ -2,7 +2,7 @@ # $FreeBSD$ # -CFLAGS+= -I- -I ../.. -I ../../libbsm -I. +CFLAGS+= -I- -I ../.. -I ../../libbsm -L ../../libbsm -I. PROG= praudit MAN= praudit.1 DPADD= /usr/lib/libbsm.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505051821.j45ILS6r073954>