ola: update to 0.10.6, fix build with recent protobuf
authorDaniel Golle <daniel@makrotopia.org>
Wed, 20 Jun 2018 19:59:01 +0000 (21:59 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 20 Jun 2018 20:00:32 +0000 (22:00 +0200)
commitabdbf50221d3052dd8c2372c09c9e5079f11a18b
treeb6da3d9caf3eafc6039d2ff720fa8fce273227ac
parentb157cf4febdaf7f7c36d7893d3701c7708aabfae
ola: update to 0.10.6, fix build with recent protobuf

Recent protobuf requires C++11 while OLA was forcing C++98 in order
to keep using auto_ptr without getting warnings... Use gnu++11 to make
everyone happy and live with the warnings about auto_ptr being
deprecated.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/ola/Makefile
net/ola/patches/050-always-force-gnu++11.patch [new file with mode: 0644]