All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/exim: uses fork(), needs an MMU
@ 2014-04-07 20:48 Yann E. MORIN
  2014-04-07 21:01 ` Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yann E. MORIN @ 2014-04-07 20:48 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Fixes:
    http://autobuild.buildroot.net/results/95d/95ddd8e9be96f3808612db02642d72cfe77b3c26/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
---
 package/exim/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/exim/Config.in b/package/exim/Config.in
index 70038a2..a71106b 100644
--- a/package/exim/Config.in
+++ b/package/exim/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_EXIM
 	bool "exim"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_BERKELEYDB
 	help
-- 
1.8.3.2

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

end of thread, other threads:[~2014-04-07 22:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 20:48 [Buildroot] [PATCH] package/exim: uses fork(), needs an MMU Yann E. MORIN
2014-04-07 21:01 ` Romain Naour
2014-04-07 21:30 ` Luca Ceresoli
2014-04-07 22:55 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.