[Buildroot] [PATCH 1/6] gtest: needs mmu

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Mar 29 11:19:50 UTC 2013


Fixes:
http://autobuild.buildroot.net/results/ed2026b98d0cdded8d8ee4d5c86823142a5bdab9/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/gtest/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gtest/Config.in b/package/gtest/Config.in
index c50b5f7..5c065d6 100644
--- a/package/gtest/Config.in
+++ b/package/gtest/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_GTEST
 	depends on BR2_USE_WCHAR
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_MMU # fork()
 	help
 	  Google's framework for writing C++ tests on a variety of
 	  platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and
-- 
1.8.1.5



More information about the buildroot mailing list