boost: test module uses fork()
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 12 Feb 2014 09:14:57 +0000 (10:14 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 12 Feb 2014 09:14:57 +0000 (10:14 +0100)
Fixes http://autobuild.buildroot.net/results/17dd7946631354d59336259d5f31aa899e3599b8/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/boost/Config.in

index 515b2cdcdf3427e05a9032888763d3b38272f5ff..68c39096643d6bc2bff0623156c5d7a804f58646 100644 (file)
@@ -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"