diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-23 22:29:19 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-23 22:29:19 +0200 |
commit | 0f4d9ce54bd3012e4f543058ed80182dce5a1522 (patch) | |
tree | 0f55ed3a2594ae956f31daa9adf43c3d6d44a921 /package/mongrel2/Config.in | |
parent | faefecd7f6f911b9ccd4ca54a94e9962262e4c7e (diff) |
mongrel2: works on ARM with uClibc
Source code has workaround for missing {get,make,swap}context on ARM,
so mongrel2 doesn't need glibc/uclibc snapshot when built for ARM.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mongrel2/Config.in')
-rw-r--r-- | package/mongrel2/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in index 034dbf98a..cd9323639 100644 --- a/package/mongrel2/Config.in +++ b/package/mongrel2/Config.in @@ -7,11 +7,12 @@ config BR2_PACKAGE_MONGREL2 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. + # {e,}glibc and in uClibc's master branch. Source has arm workaround depends on BR2_UCLIBC_VERSION_SNAPSHOT || \ BR2_TOOLCHAIN_EXTERNAL_GLIBC || \ BR2_TOOLCHAIN_CTNG_eglibc || \ - BR2_TOOLCHAIN_CTNG_glibc + BR2_TOOLCHAIN_CTNG_glibc || \ + BR2_arm help Mongrel2 is an application, language, and network architecture agnostic web server that focuses on web applications using |