ola: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Sat, 15 Jan 2022 15:32:57 +0000 (18:32 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 19 Jan 2022 19:25:15 +0000 (11:25 -0800)
commitd60a7ccedc6d3706e808d24e1d0ca97c9c168feb
treec03ae3cd3e941236359e5ff69028f9dd8870c1b2
parenta1cdf51ba89dced60d81c9adcbade5cb2d29a6a0
ola: fix build on macos

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>
net/ola/Makefile
net/ola/patches/020_extend_configure_so_we_switch_to_cpp11.patch [new file with mode: 0644]
net/ola/patches/200-configure-acx-pthread.patch
net/ola/patches/202-gnu++11.patch [deleted file]