Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] mtools: Does not compile on bfin
@ 2014-03-30  9:20 Bernd Kuhls
  2014-03-30  9:25 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2014-03-30  9:20 UTC (permalink / raw)
  To: buildroot

Fixes http://autobuild.buildroot.net/results/c0f/c0ff79569690b5799c25c09bde581cee6acb9910/

expand.o: In function `_safePopenOut':
expand.c:(.text+0x1e): undefined reference to `_fork'
precmd.o: In function `_precmd':
precmd.c:(.text+0x16): undefined reference to `_fork'

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/mtools/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mtools/Config.in b/package/mtools/Config.in
index 5865223..1c83b9e 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_bfin # fork()
 	depends on BR2_USE_MMU # fork()
 	help
 	  Mtools is a collection of utilities to access MS-DOS disks from
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-30  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-30  9:20 [Buildroot] [PATCH 1/1] mtools: Does not compile on bfin Bernd Kuhls
2014-03-30  9:25 ` Baruch Siach
2014-03-30  9:52   ` Bernd Kuhls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox