From e847b236bc31cb00a50e164e92d122903f41ab3e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Jun 2014 12:44:27 +0000 Subject: [PATCH] util-linux: Disable sulogin in util-linux package The sulogin tool doesn't compile because it cannot find shadow.h. As the tool is not available in openwrt it is now not selected during the build process. Signed-off-by: Tjalling Hattink SVN-Revision: 40930 --- package/utils/util-linux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 13ec603575..1490767878 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -34,6 +34,7 @@ CONFIGURE_ARGS += \ --enable-new-mount \ --with-ncurses \ --disable-tls \ + --disable-sulogin \ --without-udev TARGET_CFLAGS += $(FPIC)