Tobias Krawutschke found a bug where the DHCP client would accept packets
[oweals/busybox.git] / Makefile
index ecbfcec5eda6a4a5e9e6847e86862cdb4f5705b1..f16c16948f6c32e417d6bcdb26d65bd999eb41bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,13 +42,12 @@ include $(top_builddir)/Rules.mak
 DIRS:=applets archival archival/libunarchive coreutils console-tools \
        debianutils editors findutils init miscutils modutils networking \
        networking/libiproute networking/udhcp procps loginutils shell \
-       sysklogd util-linux libpwdgrp coreutils/libcoreutils libbb
+       sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb
 
 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