PERFORCE change 76571 for review
Robert Watson
rwatson at FreeBSD.org
Thu May 5 18:21:28 GMT 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list