packages/net/ola/patches
Daniel Golle abdbf50221 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>
2018-06-20 22:00:32 +02:00
..
001-Eliminate-protobuf-AddDescriptors-call.patch
002-remove-visibility-inlines-hidden-flag.patch
050-always-force-gnu++11.patch