소스 검색

package/ncdu: needs MMU

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>
Yann E. MORIN 9 년 전
부모
커밋
9f8bab1157
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/ncdu/Config.in

+ 1 - 0
package/ncdu/Config.in

@@ -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