K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-04-17T10:47:15.380082Z K 7 svn:log V 251 comms/openzwave-devel: fix build on GCC architectures Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Adding MAKE_ARGS+= CXX="${CXX}" is necessary because CXX is set up in Makefile. MFH: 2020Q2 (fix build blanket) END