* [Buildroot] [PATCH v2] mongrel2: Needs a {e, }glibc or a uClibc-0.9.34-git based toolchain
@ 2013-05-23 16:28 Markos Chandras
2013-05-23 16:38 ` Thomas Petazzoni
2013-05-23 20:31 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Markos Chandras @ 2013-05-23 16:28 UTC (permalink / raw)
To: buildroot
From: Markos Chandras <markos.chandras@imgtec.com>
mongrel2 needs the {get,make,swap}context functions which are
present in {e,}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@imgtec.com>
---
package/mongrel2/Config.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in
index 05d10d7..034dbf9 100644
--- a/package/mongrel2/Config.in
+++ b/package/mongrel2/Config.in
@@ -6,6 +6,12 @@ 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
+ # {e,}glibc and in uClibc's master branch.
+ depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
+ BR2_TOOLCHAIN_EXTERNAL_GLIBC || \
+ BR2_TOOLCHAIN_CTNG_eglibc || \
+ BR2_TOOLCHAIN_CTNG_glibc
help
Mongrel2 is an application, language, and network architecture
agnostic web server that focuses on web applications using
--
1.8.2.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] mongrel2: Needs a {e, }glibc or a uClibc-0.9.34-git based toolchain
2013-05-23 16:28 [Buildroot] [PATCH v2] mongrel2: Needs a {e, }glibc or a uClibc-0.9.34-git based toolchain Markos Chandras
@ 2013-05-23 16:38 ` Thomas Petazzoni
2013-05-23 20:31 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-05-23 16:38 UTC (permalink / raw)
To: buildroot
Dear Markos Chandras,
On Thu, 23 May 2013 17:28:01 +0100, Markos Chandras wrote:
> From: Markos Chandras <markos.chandras@imgtec.com>
>
> mongrel2 needs the {get,make,swap}context functions which are
> present in {e,}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@imgtec.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] mongrel2: Needs a {e, }glibc or a uClibc-0.9.34-git based toolchain
2013-05-23 16:28 [Buildroot] [PATCH v2] mongrel2: Needs a {e, }glibc or a uClibc-0.9.34-git based toolchain Markos Chandras
2013-05-23 16:38 ` Thomas Petazzoni
@ 2013-05-23 20:31 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-05-23 20:31 UTC (permalink / raw)
To: buildroot
>>>>> "Markos" == Markos Chandras <markos.chandras@gmail.com> writes:
Markos> From: Markos Chandras <markos.chandras@imgtec.com>
Markos> mongrel2 needs the {get,make,swap}context functions which are
Markos> present in {e,}glibc and in the uClibc's master branch.
Markos> Fixes:
Markos> http://autobuild.buildroot.net/results/8e132a2b03a7b5ae94199db7db86883c05dca700/build-end.log
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-23 20:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 16:28 [Buildroot] [PATCH v2] mongrel2: Needs a {e, }glibc or a uClibc-0.9.34-git based toolchain Markos Chandras
2013-05-23 16:38 ` Thomas Petazzoni
2013-05-23 20:31 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox