summaryrefslogtreecommitdiff
path: root/package/utils
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-02 12:44:27 +0000
committerJohn Crispin <john@openwrt.org>2014-06-02 12:44:27 +0000
commite847b236bc31cb00a50e164e92d122903f41ab3e (patch)
treee151bab2e765c15fdebf29339fd5d10aad9e1484 /package/utils
parentdab35f044ab30b29dd1777dc26d3334a81057662 (diff)
downloadmtk-20170518-e847b236bc31cb00a50e164e92d122903f41ab3e.zip
mtk-20170518-e847b236bc31cb00a50e164e92d122903f41ab3e.tar.gz
mtk-20170518-e847b236bc31cb00a50e164e92d122903f41ab3e.tar.bz2
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 <t.hattink@fugro.nl> SVN-Revision: 40930
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/util-linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index 13ec603..1490767 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)