ola: fix compilation of this package
authorMarek Behún <redacted>
Thu, 24 Sep 2020 03:23:02 +0000 (05:23 +0200)
committerMarek Behún <redacted>
Thu, 24 Sep 2020 14:21:20 +0000 (16:21 +0200)
commit34db95a42e27c8d428865fb370a629edafec4bb1
tree70d2c07d98fc6c72635919f88860277a5366994d
parentf4a0346f24b8a8bd08ea8fc2c54fdd1d4734302c
ola: fix compilation of this package

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 <redacted>
net/ola/Makefile
net/ola/patches/200-configure-acx-pthread.patch [new file with mode: 0644]
net/ola/patches/201-automake-fix.patch [new file with mode: 0644]
net/ola/patches/202-gnu++11.patch [new file with mode: 0644]
net/ola/patches/203-fix-HttpServer.cpp.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT