Date: Mon, 25 Jul 2005 16:23:08 GMT From: Andrew Reisse <areisse@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 80968 for review Message-ID: <200507251623.j6PGN8Kk035453@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80968 Change 80968 by areisse@areisse_ibook on 2005/07/25 16:23:01 Include libsepol in the build (lib only, no utilities). libsepol uses the bswap functions that are expected to be found in <sys/endian.h> but are not on Darwin. Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/Makefile#4 edit .. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsepol/include/sys/endian.h#1 add Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/Makefile#4 (text+ko) ==== @@ -1,17 +1,20 @@ all: cd sedarwin && gnumake + cd libsepol/src && gnumake cd libselinux && gnumake cd programs && gnumake cd policy && gnumake clean: cd sedarwin && gnumake clean + cd libsepol/src && gnumake clean cd libselinux && gnumake clean cd programs && gnumake clean cd policy && gnumake clean install: cd sedarwin && gnumake install + cd libsepol/src && gnumake install cd libselinux && gnumake install cd programs && gnumake install cd policy && gnumake install
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507251623.j6PGN8Kk035453>