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

(-)Makefile (-1 / +2 lines)
Lines 29-35 Link Here
29
		--with-libwrap \
29
		--with-libwrap \
30
		--with-low-memory \
30
		--with-low-memory \
31
		--with-comment='FreeBSD port: ${PKGNAME}' \
31
		--with-comment='FreeBSD port: ${PKGNAME}' \
32
		--enable-thread-safe-client
32
		--enable-thread-safe-client \
33
		--with-plugins=example
33
34
34
.ifdef USE_MYSQL
35
.ifdef USE_MYSQL
35
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
36
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.

Return to bug 132295