svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Tue Mar 28 19:40:18 UTC 2006


Author: landley
Date: 2006-03-28 11:40:15 -0800 (Tue, 28 Mar 2006)
New Revision: 14682

Log:
Mike Frysinger pointed out we can go
  CFLAGS=-I/usr/some/funky/path/to/selinux \
  LDFLAGS=-L/usr/some/funky/path/to/selinux make
So Jan Kiszka reverted part of the selinux patch.


Modified:
   trunk/busybox/Rules.mak


Changeset:
Modified: trunk/busybox/Rules.mak
===================================================================
--- trunk/busybox/Rules.mak	2006-03-28 19:19:19 UTC (rev 14681)
+++ trunk/busybox/Rules.mak	2006-03-28 19:40:15 UTC (rev 14682)
@@ -210,11 +210,7 @@
 
 
 ifeq ($(strip $(CONFIG_SELINUX)),y)
-    SELINUX_INC ?= /usr/include
-    SELINUX_LIB ?= /usr/lib
-    CFLAGS      := -I$(SELINUX_INC) $(CFLAGS)
-    LDFLAGS     := -L$(SELINUX_LIB) $(LDFLAGS)
-    LIBRARIES   += -lselinux
+    LIBRARIES += -lselinux
 endif
 
 ifeq ($(strip $(PREFIX)),)




More information about the busybox-cvs mailing list