diff --git a/net/ola/Makefile b/net/ola/Makefile index e6a701ebc..99de0b5c7 100644 --- a/net/ola/Makefile +++ b/net/ola/Makefile @@ -65,6 +65,9 @@ HOST_CONFIGURE_ARGS += \ --disable-doxygen-html \ --disable-doxygen-doc +HOST_CPPFLAGS += \ + -std=gnu++11 + # only build the ola_protoc thingy define Host/Compile cd $(HOST_BUILD_DIR); \