aboutsummaryrefslogtreecommitdiff
path: root/net/ola/patches/202-gnu++11.patch
Commit message (Collapse)AuthorAge
* ola: fix build on macosSergey V. Lobanov2022-01-19
| | | | | | | | | | Latest Apple clang (v13) defines __cplusplus=199711 by default, but protobuf requires at least 201103 (c++11) Backported patch to fix c++ detection: https://github.com/OpenLightingProject/ola/commit/30fe936a885c8a364bdda507a692c8e259576621 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* ola: update to 0.10.8Rosen Penev2020-11-23
| | | | | | | | | | Removed upstreamed patches. Refreshed other ones. Removed Makefile hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ola: fix compilation of this packageMarek BehĂșn2020-09-24
This package does not currently compile. This is needed to do so that it compiles: - fix emptying CXX variable in configure script - fix automake not generating Makefile (remove doxygen definitions) - force gnu++11 by patch, does not work with configure variable Also because of changed API in libmicrohttpd: - fix HttpServer Moreover this package does not support --disable-slp configure option anymore, remove it. Signed-off-by: Marek BehĂșn <kabel@blackhole.sk>