summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/civetweb/civetweb
Commit message (Collapse)AuthorAgeFilesLines
* civetweb: Bump to v1.11Krzysztof Kozlowski2019-01-261-26/+0
| | | | | | | Drop upstream accepted patch. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* civetweb: Fix build with clangKhem Raj2018-08-291-0/+26
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* civetweb: Fix paths to librt and libm, use -l linker optionKhem Raj2018-06-242-42/+40
| | | | | | Fixes build where it pokes for libraries on host system Signed-off-by: Khem Raj <raj.khem@gmail.com>
* civetweb: Add new recipe with git-based versionKrzysztof Kozlowski2018-05-291-0/+42
Add recipe for CivetWeb: easy to use, powerful, C/C++ embeddable web server with optional CGI, SSL and Lua support, under MIT license. CivetWeb provides C and C++ libraries and a standalone server binary. Choose specific post-v1.10 git revision b8148afe8fa4 which has a fixed SSL support (depending on OpenSSL v1.0.2). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>