sys-cluster/gearmand: Add -std=c++11 flag, bug #503538

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=503538
Pull-Request: https://github.com/gentoo/gentoo/pull/142
This commit is contained in:
Szpadel
2015-09-29 10:44:19 +02:00
committed by Michał Górny
parent d861ab7b23
commit d7735a14ce

View File

@@ -52,6 +52,9 @@ src_configure() {
append-cppflags -DDEBUG
fi
# Explicitly enable c++11 mode
append-cxxflags -std=c++11
autotools-utils_src_configure
}