diff options
-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)),) |