mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
5268d788f5
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>