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 <[email protected]> --- 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 4503a79..99cc32f 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS += \ --with-ncurses \ --disable-nls \ --disable-tls \ + --disable-sulogin \ --without-udev TARGET_CFLAGS += $(FPIC) -- 1.8.5.2.msysgit.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
