diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-03 10:07:04 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-03 10:07:04 +0000 |
commit | 058ac4543d7d9b3acec3dd992df07d460484742e (patch) | |
tree | e8f993dffc34380fbcc54cc858c81da594bdb95b /Makefile | |
parent | 6b9670aadfe6d16099d630f89862239bb0c59e7c (diff) | |
download | busybox-w32-058ac4543d7d9b3acec3dd992df07d460484742e.tar.gz busybox-w32-058ac4543d7d9b3acec3dd992df07d460484742e.tar.bz2 busybox-w32-058ac4543d7d9b3acec3dd992df07d460484742e.zip |
Patch from Russell Coker:
I've attached my latest SE Linux patch for busybox against the latest CVS
version of busybox.
git-svn-id: svn://busybox.net/trunk/busybox@7031 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ DIRS:=applets archival archival/libunarchive coreutils console-tools \ | |||
31 | networking/libiproute networking/udhcp procps loginutils shell \ | 31 | networking/libiproute networking/udhcp procps loginutils shell \ |
32 | sysklogd util-linux libbb libpwdgrp coreutils/libcoreutils | 32 | sysklogd util-linux libbb libpwdgrp coreutils/libcoreutils |
33 | 33 | ||
34 | ifeq ($(strip $(CONFIG_SELINUX)),y) | ||
35 | CFLAGS += -I/usr/include/selinux | ||
36 | LIBRARIES += -lsecure | ||
37 | endif | ||
38 | |||
34 | ifeq ($(strip $(HAVE_DOT_CONFIG)),y) | 39 | ifeq ($(strip $(HAVE_DOT_CONFIG)),y) |
35 | 40 | ||
36 | all: busybox busybox.links #doc | 41 | all: busybox busybox.links #doc |