patch waf - fixes clang/linux compilation
authorRobin Gareus <robin@gareus.org>
Sun, 28 Feb 2016 20:48:49 +0000 (21:48 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 28 Feb 2016 20:48:49 +0000 (21:48 +0100)
commit2de4e1d79f8b4f4dd014efe531055f7b7fec7829
treee496a1273fcee852fb1ec9defd87dd75f8f48f35
parentba7835912916112c03519a64ddd0270c6d7f586c
patch waf - fixes clang/linux compilation

pkg-config --cflags for c++ libs includes -std=C++11
waf-1.6 has no concept to separate cflags/cxxflags in uselib for c files
clang error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
doc/updating_waf.txt
waf