K 10 svn:author V 6 marino K 8 svn:date V 27 2015-02-25T14:07:23.476110Z K 7 svn:log V 267 databases/mongodb: Pass CXXFLAGS instead of CFLAGS Mongo is a c++ program, and the REINPLACE command was affecting the CCFLAGS variable, not the CFLAGS variable. In most cases, but not all, CXXFLAGS and CFLAGS have the same value though. Approved by: just fix it. END