Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] acpid: depends on BR2_USE_MMU
@ 2018-09-09 10:42 Fabrice Fontaine
  2018-09-09 13:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-09-09 10:42 UTC (permalink / raw)
  To: buildroot

acpid needs fork

Fixes:
 - http://autobuild.buildroot.org/results/2cb0435d36a2aa2d75b6c1dfecc93bb49b0f6266

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/acpid/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/acpid/Config.in b/package/acpid/Config.in
index b74e9d2262..0c8ecf2473 100644
--- a/package/acpid/Config.in
+++ b/package/acpid/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ACPID
 	bool "acpid"
+	depends on BR2_USE_MMU # fork()
 	help
 	  Advanced Configuration and Power Interface event daemon.
 
-- 
2.17.1

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

end of thread, other threads:[~2018-09-09 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-09 10:42 [Buildroot] [PATCH 1/1] acpid: depends on BR2_USE_MMU Fabrice Fontaine
2018-09-09 13:20 ` Thomas Petazzoni

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