View | Details | Raw Unified | Return to bug 231757 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 11-18 Link Here
11
11
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
13
14
BROKEN_powerpc64=	fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string
15
16
LIB_DEPENDS+=	libboost_chrono.so:devel/boost-libs \
14
LIB_DEPENDS+=	libboost_chrono.so:devel/boost-libs \
17
		libboost_random.so:devel/boost-libs \
15
		libboost_random.so:devel/boost-libs \
18
		libboost_system.so:devel/boost-libs
16
		libboost_system.so:devel/boost-libs
Lines 41-46 Link Here
41
39
42
OPTIONS_DEFINE=	DEBUG DOCS EXAMPLES LOGGING TEST
40
OPTIONS_DEFINE=	DEBUG DOCS EXAMPLES LOGGING TEST
43
OPTIONS_DEFAULT=LOGGING
41
OPTIONS_DEFAULT=LOGGING
42
OPTIONS_EXCLUDE_powerpc64=	EXAMPLES
44
OPTIONS_SUB=	yes
43
OPTIONS_SUB=	yes
45
LOGGING_DESC=	Enable disk stat logging and logging to disk
44
LOGGING_DESC=	Enable disk stat logging and logging to disk
46
45

Return to bug 231757