[Buildroot] [PATCH] mongrel2: Needs a glibc or a uClibc-0.9.34-git based toolchain

Markos Chandras markos.chandras at gmail.com
Wed May 22 14:10:08 UTC 2013


From: Markos Chandras <markos.chandras at imgtec.com>

mongrel2 needs the {get,make,swap}context functions which are
present in glibc and in the uClibc's master branch.

Fixes:
http://autobuild.buildroot.net/results/8e132a2b03a7b5ae94199db7db86883c05dca700/build-end.log

Signed-off-by: Markos Chandras <markos.chandras at imgtec.com>
---
 package/mongrel2/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in
index 05d10d7..1cebcf0 100644
--- a/package/mongrel2/Config.in
+++ b/package/mongrel2/Config.in
@@ -6,6 +6,9 @@ config BR2_PACKAGE_MONGREL2
 	depends on BR2_INET_IPV6 # zeromq
 	depends on BR2_LARGEFILE # zeromq -> util-linux
 	depends on BR2_USE_WCHAR # zeromq -> util-linux
+	# {get,make,swap}context functions present in
+	# glibc and in uClibc's master branch.
+	depends on BR2_UCLIBC_VERSION_SNAPSHOT || !BR2_TOOLCHAIN_BUILDROOT
 	help
 	  Mongrel2 is an application, language, and network architecture
 	  agnostic web server that focuses on web applications using
-- 
1.8.2.1




More information about the buildroot mailing list