]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/ncdu: needs MMU
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 6 Aug 2016 09:58:00 +0000 (11:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 6 Aug 2016 10:12:55 +0000 (12:12 +0200)
It uses the system() function, which calls fork().

Fixes:
    http://autobuild.buildroot.org/results/642/642f408d384a32033a677d56e6e3cdf572bd798b/
    http://autobuild.buildroot.org/results/026/026657e624928ed6bede5719f96c2eee797076cf/
    http://autobuild.buildroot.org/results/86b/86b66ed92fb714795ba70c228d4d448a1b61cee0/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ncdu/Config.in

index dac744410b67bb4b3e485fc28ea6f38c54c6c979..0e4403444f2a34bb376ac8a63469fc52b6183f00 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NCDU
        bool "ncdu"
+       depends on BR2_USE_MMU # system()
        select BR2_PACKAGE_NCURSES
        help
          ncdu is a disk usage analyzer with an ncurses interface