mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -52,6 +52,9 @@ src_configure() {
|
||||
append-cppflags -DDEBUG
|
||||
fi
|
||||
|
||||
# Explicitly enable c++11 mode
|
||||
append-cxxflags -std=c++11
|
||||
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user