PERFORCE change 76571 for review

Robert Watson rwatson at FreeBSD.org
Thu May 5 11:21:35 PDT 2005


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

Change 76571 by rwatson at 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


More information about the p4-projects mailing list