Tobias Krawutschke found a bug where the DHCP client would accept packets
[oweals/busybox.git] / Makefile
index b1e934754c41707772c9d88a541371c8cf65115a..f16c16948f6c32e417d6bcdb26d65bd999eb41bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,7 @@ DIRS:=applets archival archival/libunarchive coreutils console-tools \
 SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))
 
 ifeq ($(strip $(CONFIG_SELINUX)),y)
-CFLAGS += -I/usr/include/selinux
-LIBRARIES += -lsecure
+LIBRARIES += -lselinux
 endif
 
 CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in