View | Details | Raw Unified | Return to bug 125616
Collapse All | Expand All

(-)mysql51-server/Makefile (+4 lines)
Lines 56-61 Link Here
56
.if defined(WITH_COLLATION) && ${WITH_COLLATION} != ""
56
.if defined(WITH_COLLATION) && ${WITH_COLLATION} != ""
57
CONFIGURE_ARGS+=--with-collation=${WITH_COLLATION}
57
CONFIGURE_ARGS+=--with-collation=${WITH_COLLATION}
58
.endif
58
.endif
59
.if defined(WITH_FAST_MUTEXES)
60
CONFIGURE_ARGS+=--with-fast-mutexes
61
.endif
59
62
60
.include <bsd.port.pre.mk>
63
.include <bsd.port.pre.mk>
61
64
Lines 120-125 Link Here
120
	@${ECHO} "	BUILD_STATIC=yes	Build a static version of mysqld."
123
	@${ECHO} "	BUILD_STATIC=yes	Build a static version of mysqld."
121
	@${ECHO} "				(use it if you need even more speed)."
124
	@${ECHO} "				(use it if you need even more speed)."
122
	@${ECHO} "	WITH_NDB=yes		Enable support for NDB Cluster."
125
	@${ECHO} "	WITH_NDB=yes		Enable support for NDB Cluster."
126
	@${ECHO} "	WITH_FAST_MUTEXES=yes	Replace mutex with spinlock."
123
	@${ECHO} ""
127
	@${ECHO} ""
124
128
125
post-patch:
129
post-patch:

Return to bug 125616