summaryrefslogtreecommitdiffstats
path: root/package/mongrel2
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-18 21:29:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-19 21:40:57 +0100
commitf05e3c9ab61ff5ee03fb296e234a98e636869720 (patch)
treee0a669897248347a33e6523df9fa4f3b47799507 /package/mongrel2
parentaa593ddbc19a03b0ba1821fbd869ce9c6d5bd3e7 (diff)
mongrel2: add missing comment for toolchain option dependencies
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mongrel2')
-rw-r--r--package/mongrel2/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in
index 435d97eaf..680e0ce26 100644
--- a/package/mongrel2/Config.in
+++ b/package/mongrel2/Config.in
@@ -1,3 +1,10 @@
+comment "mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar"
+ depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
+ BR2_TOOLCHAIN_USES_GLIBC || \
+ BR2_arm
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_INET_IPV6 || \
+ !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR
+
config BR2_PACKAGE_MONGREL2
bool "mongrel2"
select BR2_PACKAGE_SQLITE