Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2004 19:57:19 GMT
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66203 for review
Message-ID:  <200412011957.iB1JvJau008743@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=66203

Change 66203 by areisse@areisse_tislabs on 2004/12/01 19:57:09

	Install the header files from libsepol into /usr/include/sepol.
	Also build the library by default.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/etc/mtree/BSD.include.dist#12 edit
.. //depot/projects/trustedbsd/sebsd/lib/Makefile#14 edit
.. //depot/projects/trustedbsd/sebsd/lib/libsepol/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/etc/mtree/BSD.include.dist#12 (text+ko) ====

@@ -207,6 +207,8 @@
 		..
         ..
     ..
+    sepol
+    ..
     sys
     ..
     ufs

==== //depot/projects/trustedbsd/sebsd/lib/Makefile#14 (text+ko) ====

@@ -33,7 +33,7 @@
 	${_libpthread} ${_libsdp} ${_libsm} ${_libsmb} ${_libsmdb} \
 	${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \
 	libugidfw ${_libusbhid} ${_libvgl} libwrap libxpg4 liby libz ${_bind} \
-	libsebsd
+	libsebsd libsepol
 
 .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
 _csu=csu/${MACHINE_ARCH}-elf

==== //depot/projects/trustedbsd/sebsd/lib/libsepol/Makefile#2 (text+ko) ====

@@ -12,6 +12,8 @@
 SRCS=	avtab.c conditional.c ebitmap.c genbools.c hashtab.c mls.c policydb.c \
 	services.c sidtab.c symtab.c write.c
 
+INCSDIR=${INCLUDEDIR}/sepol
+
 INCS=	sepol/avtab.h sepol/conditional.h sepol/constraint.h sepol/context.h \
 	sepol/ebitmap.h sepol/flask.h sepol/flask_types.h sepol/hashtab.h \
 	sepol/mls.h sepol/mls_types.h sepol/policydb.h sepol/services.h \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412011957.iB1JvJau008743>