summaryrefslogtreecommitdiffstats
path: root/package/mongrel2/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* mongrel2: allow to build for sparcWaldemar Brodkorb2016-06-031-1/+1
| | | | | | | | With uClibc-ng 1.0.15 sparc support got context functions. Tested with qemu-system-sparc. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mongrel2: allow using uClibc but only on certain architecturesThomas Petazzoni2016-02-011-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | mongrel2 uses the {get,make,swap}context functions: - With glibc, no problem, they are available on all supported architectures - With uClibc, they are available only on a subset of the architectures. Until now, only BR2_UCLIBC_VERSION_SNAPSHOT configurations were allowed to select mongrel2, but we are going to get rid of the uClibc snapshot version, and uClibc-ng is as capable as the uClibc snapshot. However, only certain architectures have the *context() functions. - With musl, there is no *context() support. Since this dependency is quite complicated, we introduce a BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS hidden boolean to encode which C libraries are supported. Also, listing the supported uClibc architectures would be too long in the comment, so we simply indicate that the package needs uClibc or glibc. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mongrel2: uses dlopen(), needs dynamic library supportThomas Petazzoni2015-11-081-2/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/c5e/c5ecfe4a5ad3712d65293de517a24e76c4376c57/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove non-IPv6 dependencies and tweaksGustavo Zacarias2015-04-221-3/+2
| | | | | | | | Now that IPv6 is mandatory remove package dependencies and conditionals for it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove (non-)lfs dependencies and tweaksGustavo Zacarias2015-04-011-3/+2
| | | | | | | | Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mongrel2: add missing comment for toolchain option dependenciesThomas De Schampheleire2013-12-191-0/+7
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mongrel2: needs threadsGilles Talis2013-07-101-0/+1
| | | | | | | | mongrel2 uses zeromq that needs threads Fixes: http://autobuild.buildroot.org/results/93d/93da58453e1ca0cc491170976cfbdeb8bee5c648 Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
* Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC}Thomas Petazzoni2013-07-041-3/+1
| | | | | | | | | | | | | | | | | Currently, when we need to do a conditional on the type of C library used, we need to take into account the three toolchain backends. As we are going to add eglibc support to the Buildroot toolchain backend, it would become even uglier, so this patch introduces two new hidden options: BR2_TOOLCHAIN_USES_UCLIBC and BR2_TOOLCHAIN_USES_GLIBC, that exist regardless of the toolchain backend. The entire Buildroot code base is converted to use those options. Note that we have intentionally created only one option (BR2_TOOLCHAIN_USES_GLIBC) for both glibc and eglibc, since they are essentially the same, as far as Buildroot is concerned. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mongrel2: works on ARM with uClibcPeter Korsgaard2013-05-231-2/+3
| | | | | | | 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>
* mongrel2: Needs a {e, }glibc or a uClibc-0.9.34-git based toolchainMarkos Chandras2013-05-231-0/+6
| | | | | | | | | | | | 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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mongrel2: new packageLionel Orry2013-04-261-0/+18
[Peter: indent help, use _VERSION in _SITE] Signed-off-by: Lionel Orry <lionel.orry@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud