Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 476910 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.in.old (-1 / +1 lines)
Lines 77-83 Link Here
77
OBJECTS:=$(subst .cc,.o,$(SOURCE))
77
OBJECTS:=$(subst .cc,.o,$(SOURCE))
78
TOP_DIR:=@top_srcdir@
78
TOP_DIR:=@top_srcdir@
79
TOP_BUILDDIR:=@top_builddir@
79
TOP_BUILDDIR:=@top_builddir@
80
CXXFLAGS+=-std=c++11 -g -Wall -fno-strict-aliasing
80
CXXFLAGS+=-std=c++0x -g -Wall -fno-strict-aliasing
81
CXXFLAGS+=@CXXOPTIMISE_FLAG@
81
CXXFLAGS+=@CXXOPTIMISE_FLAG@
82
CXXFLAGS+=@CXXDEBUG_FLAG@
82
CXXFLAGS+=@CXXDEBUG_FLAG@
83
INCLUDES+=-I$(TOP_BUILDDIR) -I$(TOP_DIR) -I$(TOP_DIR)/thin-provisioning
83
INCLUDES+=-I$(TOP_BUILDDIR) -I$(TOP_DIR) -I$(TOP_DIR)/thin-provisioning

Return to bug 476910