Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] nut: needs mmu
@ 2014-04-06  9:23 Romain Naour
  2014-04-06 12:09 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2014-04-06  9:23 UTC (permalink / raw)
  To: buildroot

While investigating on build failure [1], I realized that nut needs mmu since fork() is used.
So, conditions of this build failure are no longer encountered.

[1] http://autobuild.buildroot.net/results/961/96193e18782697c2af8813a7714b66b4ba1f3d1c//build-end.log

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/nut/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/nut/Config.in b/package/nut/Config.in
index 5b47e8b..7045787 100644
--- a/package/nut/Config.in
+++ b/package/nut/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NUT
 	bool "nut"
+	depends on BR2_USE_MMU # fork()
 	help
 	  Network UPS tools
 
-- 
1.9.0

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

end of thread, other threads:[~2014-04-06 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-06  9:23 [Buildroot] [PATCH 1/1] nut: needs mmu Romain Naour
2014-04-06 12:09 ` Thomas Petazzoni

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