mumble: build with -std=c++11

It fails to build with its default -std=c++98 with protobuf 3.6.
gstqt5
Orivej Desh 2018-09-25 10:43:44 +00:00
parent 62501ed497
commit a729229d19
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ let
++ (overrides.buildInputs or [ ]);
qmakeFlags = [
"CONFIG+=c++11"
"CONFIG+=shared"
"CONFIG+=no-g15"
"CONFIG+=packaged"