From: blogic Date: Mon, 2 Jun 2014 12:44:27 +0000 (+0000) Subject: util-linux: Disable sulogin in util-linux package X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=555b190903dc2e4d4838d92afe3e8361bad796db;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40930 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)