[Buildroot] [git commit] boost: test module uses fork()

Peter Korsgaard peter at korsgaard.com
Wed Feb 12 09:14:57 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=e00ee4c83524977dbffe157a5a6b8a9bddae5f5c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes http://autobuild.buildroot.net/results/17dd7946631354d59336259d5f31aa899e3599b8/

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/boost/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index 515b2cd..68c3909 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -77,6 +77,7 @@ config BR2_PACKAGE_BOOST_SYSTEM
 
 config BR2_PACKAGE_BOOST_TEST
 	bool "boost-test"
+	depends on BR2_USE_MMU # fork()
 
 config BR2_PACKAGE_BOOST_THREAD
 	bool "boost-thread"


More information about the buildroot mailing list