[Buildroot] [PATCH] linknx: needs mmu

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Apr 3 11:11:53 UTC 2013


Inherited from libpthsem which uses fork()

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

diff --git a/package/linknx/Config.in b/package/linknx/Config.in
index 18e9867..f35351e 100644
--- a/package/linknx/Config.in
+++ b/package/linknx/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LINKNX
 	bool "linknx"
 	select BR2_PACKAGE_LIBPTHSEM
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_MMU # libpthsem
 	help
 	  Linknx is an automation platform providing high level functionalities
 	  to EIB/KNX installation.
-- 
1.8.1.5



More information about the buildroot mailing list