summaryrefslogtreecommitdiffstats
path: root/package/libwebsockets
Commit message (Collapse)AuthorAgeFilesLines
* package/libwebsockets: fix static linkSamuel Martin2014-08-301-0/+86
| | | | | | | | | | - disable shared object build when BR2_PREFER_STATIC_LIB is set Fixes: http://autobuild.buildroot.net/results/0a9/0a9f0c3c101550e73f7100f2b88a88c1f2bbad95/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libwebsockets: needs mmuGustavo Zacarias2014-06-031-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/92d/92d29c3f8ab0686c6de765c108937240a6649d18/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libwebsockets: disable checks for C++ compilerSamuel Martin2014-05-021-0/+34
| | | | | | | | | | | | | | | | | | Since libwesockets in written in pure C, no C++, there is no reason to disable it or make the configuration failed when the toolchain has no C++ support. Unfortunately, CMake defaults sets C and C++ as languages used by the project. This makes the configuration failed if no C++ compiler is found. This patch just make the CMake code of libwebsockets reflecting the real status of the project with regard to the languages used. Should fix: http://autobuild.buildroot.org/results/fef/fef98ef289d44d13ec61025c50febba1e835b421/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libwebsockets : bump versionSagaert Johan2014-05-011-6/+12
| | | | | | | | | | | bump to v1.23-chrome32-firefox24 The latest releases use the cmake build infrastructure. Converted the makefile to the cmake infrastructure. The autotools infrastructure is no longer supported. [Peter: correct license data, ensure it gets built after openssl if enabled] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* change package tarball compression to xz whenever possibleJerzy Grzegorek2013-09-081-0/+1
| | | | | | [Peter: leave change xz tarball format to not end up with circular deps] Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libwebsockets: do not build/install testapps to targetAndreas Wetzel2013-04-211-0/+1
| | | | | Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libwebsockets: bump to version 1.22-chrome26-firefox18Andreas Wetzel2013-04-211-1/+1
| | | | | Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libwebsocketsAndreas Wetzel2013-04-142-0/+24
[Peter: add missing zlib select to Config.in] Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud