svn commit: trunk/busybox

vapier at busybox.net vapier at busybox.net
Mon Aug 28 23:24:38 UTC 2006


Author: vapier
Date: 2006-08-28 16:24:38 -0700 (Mon, 28 Aug 2006)
New Revision: 16008

Log:
need libsepol in addtion to libselinux

Modified:
   trunk/busybox/Rules.mak


Changeset:
Modified: trunk/busybox/Rules.mak
===================================================================
--- trunk/busybox/Rules.mak	2006-08-28 21:21:25 UTC (rev 16007)
+++ trunk/busybox/Rules.mak	2006-08-28 23:24:38 UTC (rev 16008)
@@ -298,7 +298,7 @@
 endif
 
 ifeq ($(strip $(CONFIG_SELINUX)),y)
-    LIBRARIES += -lselinux
+    LIBRARIES += -lselinux -lsepol
 endif
 
 ifeq ($(strip $(PREFIX)),)




More information about the busybox-cvs mailing list