* [Buildroot] [PATCH] mtools: needs mmu
@ 2014-03-28 22:23 Gustavo Zacarias
2014-03-29 8:06 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-03-28 22:23 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/915/91531e06646b7453248be5c7ca22101edd42d641/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/mtools/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/mtools/Config.in b/package/mtools/Config.in
index c471d77..5865223 100644
--- a/package/mtools/Config.in
+++ b/package/mtools/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_MTOOLS
bool "mtools"
depends on BR2_USE_WCHAR
+ depends on BR2_USE_MMU # fork()
help
Mtools is a collection of utilities to access MS-DOS disks from
Unix without mounting them. It supports Win'95 style long file
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-29 8:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-28 22:23 [Buildroot] [PATCH] mtools: needs mmu Gustavo Zacarias
2014-03-29 8:06 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox