Browse Source

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 <[email protected]>

SVN-Revision: 40930
John Crispin 11 years ago
parent
commit
e847b236bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/utils/util-linux/Makefile

+ 1 - 0
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)