aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-03 06:25:50 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-03 06:25:50 +0000
commit406bbe0151d55bb191d8f65e9dfb4b281c3396e8 (patch)
treefe97ec71775deb1f3078c6db0cb8db554bc6b76f /Makefile
parent6e34669c94a04dd5462996b1fdf85f7cbba02351 (diff)
downloadbusybox-w32-406bbe0151d55bb191d8f65e9dfb4b281c3396e8.tar.gz
busybox-w32-406bbe0151d55bb191d8f65e9dfb4b281c3396e8.tar.bz2
busybox-w32-406bbe0151d55bb191d8f65e9dfb4b281c3396e8.zip
A patch from Takeharu KATO to update/fix SE-Linux support.
git-svn-id: svn://busybox.net/trunk/busybox@10238 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1e934754..f16c16948 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,7 @@ DIRS:=applets archival archival/libunarchive coreutils console-tools \
47SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) 47SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))
48 48
49ifeq ($(strip $(CONFIG_SELINUX)),y) 49ifeq ($(strip $(CONFIG_SELINUX)),y)
50CFLAGS += -I/usr/include/selinux 50LIBRARIES += -lselinux
51LIBRARIES += -lsecure
52endif 51endif
53 52
54CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in 53CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in