diff options
-rw-r--r-- | package/mongrel2/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in index 05d10d749..034dbf98a 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 |