diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 12:44:27 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 12:44:27 +0000 |
commit | 998e5ae688cafe0d74bf1a18b51ba9b5ae9fd9b4 (patch) | |
tree | 96e40c220cc8ecac6c57e0860d29dfb0a35a32b0 /package/utils | |
parent | c78da29d8ef6752bfb972cd6f8d35fa5fe2a0efc (diff) | |
download | master-187ad058-998e5ae688cafe0d74bf1a18b51ba9b5ae9fd9b4.tar.gz master-187ad058-998e5ae688cafe0d74bf1a18b51ba9b5ae9fd9b4.tar.bz2 master-187ad058-998e5ae688cafe0d74bf1a18b51ba9b5ae9fd9b4.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40930 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/util-linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |