nmon: not available on uclibc/musl
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 9 Jan 2017 12:46:51 +0000 (13:46 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 9 Jan 2017 12:46:51 +0000 (13:46 +0100)
Fixes:
http://autobuild.buildroot.net/results/70c/70ce1aa234e321884469d04282f80750bcf9abc8/

nmon uses fstab.h which is only provided by glibc.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/nmon/Config.in

index 9a620f405af1625e1c9b7d7a573366ccc26354b9..574ced3bdfb3b1f43009eadf7de69f5873471e77 100644 (file)
@@ -1,7 +1,11 @@
 config BR2_PACKAGE_NMON
        bool "nmon"
+       depends on BR2_TOOLCHAIN_USES_GLIBC # fstab.h
        select BR2_PACKAGE_NCURSES
        help
          Nmon is short for Nigel's performance Monitor for Linux
 
          http://nmon.sourceforge.net/pmwiki.php
+
+comment "nmon needs a glibc toolchain"
+       depends on !BR2_TOOLCHAIN_USES_GLIBC