The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mongrel2 / Config.in
1 comment "mongrel2 needs a toolchain w/ C++, threads, wchar"
2         depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
3                 BR2_TOOLCHAIN_USES_GLIBC || \
4                 BR2_arm
5         depends on !BR2_INSTALL_LIBSTDCPP || \
6                 !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
7
8 config BR2_PACKAGE_MONGREL2
9         bool "mongrel2"
10         select BR2_PACKAGE_SQLITE
11         select BR2_PACKAGE_ZEROMQ
12         depends on BR2_INSTALL_LIBSTDCPP # zeromq
13         depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
14         depends on BR2_USE_WCHAR # zeromq -> util-linux
15         # {get,make,swap}context functions present in
16         # {e,}glibc and in uClibc's master branch. Source has arm workaround
17         depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
18                 BR2_TOOLCHAIN_USES_GLIBC || \
19                 BR2_arm
20         help
21           Mongrel2 is an application, language, and network architecture
22           agnostic web server that focuses on web applications using
23           modern browser technologies.
24
25           Mongrel2 supports 17 languages and platforms, HTTP, Flash
26           sockets, WebSockets, Long Polling, and many ways to deploy
27           and hack on it.
28
29           http://www.mongrel2.org