diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-28 19:40:15 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-28 19:40:15 +0000 |
commit | 53636f9beb52ab0e8159379a061285cb0aeed8ca (patch) | |
tree | acef83de72fb61b77bf866f530f38afd15178406 /Rules.mak | |
parent | 4cd471e3ba6b5d10114febfe270edd603e146189 (diff) | |
download | busybox-w32-53636f9beb52ab0e8159379a061285cb0aeed8ca.tar.gz busybox-w32-53636f9beb52ab0e8159379a061285cb0aeed8ca.tar.bz2 busybox-w32-53636f9beb52ab0e8159379a061285cb0aeed8ca.zip |
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.
git-svn-id: svn://busybox.net/trunk/busybox@14682 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -210,11 +210,7 @@ endif | |||
210 | 210 | ||
211 | 211 | ||
212 | ifeq ($(strip $(CONFIG_SELINUX)),y) | 212 | ifeq ($(strip $(CONFIG_SELINUX)),y) |
213 | SELINUX_INC ?= /usr/include | 213 | LIBRARIES += -lselinux |
214 | SELINUX_LIB ?= /usr/lib | ||
215 | CFLAGS := -I$(SELINUX_INC) $(CFLAGS) | ||
216 | LDFLAGS := -L$(SELINUX_LIB) $(LDFLAGS) | ||
217 | LIBRARIES += -lselinux | ||
218 | endif | 214 | endif |
219 | 215 | ||
220 | ifeq ($(strip $(PREFIX)),) | 216 | ifeq ($(strip $(PREFIX)),) |