PERFORCE change 97287 for review
Todd Miller
millert at FreeBSD.org
Tue May 16 19:22:57 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=97287
Change 97287 by millert at millert_p4 on 2006/05/16 19:22:16
Libsecompat, a compatibility shim to ease porting of SELinux
components to SEBSD.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/lib/Makefile#19 edit
.. //depot/projects/trustedbsd/sebsd/lib/libsecompat/Makefile#1 add
.. //depot/projects/trustedbsd/sebsd/lib/libsecompat/getline.c#1 add
.. //depot/projects/trustedbsd/sebsd/lib/libsecompat/secompat.h#1 add
.. //depot/projects/trustedbsd/sebsd/lib/libsecompat/strndup.c#1 add
Differences ...
==== //depot/projects/trustedbsd/sebsd/lib/Makefile#19 (text+ko) ====
@@ -37,7 +37,7 @@
${_libsmdb} \
${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \
libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind} \
- ${_libsebsd} ${_libsepol}
+ ${_libsecompat} ${_libsebsd} ${_libsepol}
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
_csu=csu/${MACHINE_ARCH}-elf
@@ -83,6 +83,7 @@
.endif
.if !defined(NO_SEBSD)
+_libsecompat= libsecompat
_libsebsd= libsebsd
_libsepol= libsepol
.endif
More information about the trustedbsd-cvs
mailing list