summaryrefslogtreecommitdiff
path: root/databases/mysql51-client/Makefile.common
diff options
context:
space:
mode:
authortaca <taca>2010-03-21 14:39:27 +0000
committertaca <taca>2010-03-21 14:39:27 +0000
commit4bfbe6f3dd3b78d39196cbc5ab22132e63f27af5 (patch)
tree1c141d6fea949adec9ef78a31409323b9c2d5375 /databases/mysql51-client/Makefile.common
parentefdbbec2512252ca4f0e6a3aa806f1380cf66089 (diff)
downloadpkgsrc-4bfbe6f3dd3b78d39196cbc5ab22132e63f27af5.tar.gz
Some clean up to CONFIGURE_ARGS; remove obsolete options.
Diffstat (limited to 'databases/mysql51-client/Makefile.common')
-rw-r--r--databases/mysql51-client/Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common
index 9d4bf2b9e67..d1ece282a5c 100644
--- a/databases/mysql51-client/Makefile.common
+++ b/databases/mysql51-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2010/03/16 19:24:54 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2010/03/21 14:39:27 taca Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
@@ -37,8 +37,8 @@ PKG_GROUPS_VARS+= MYSQL_GROUP
MYSQL_CHARSET?= latin1
MYSQL_EXTRA_CHARSET?= all
+CONFIGURE_ARGS+= --enable-thread-safe-client
CONFIGURE_ARGS+= --localstatedir=${MYSQL_DATADIR:Q}
-CONFIGURE_ARGS+= --with-named-z-libs=z
CONFIGURE_ARGS+= --without-libwrap
CONFIG_SHELL= ${TOOLS_PATH.bash}
@@ -62,10 +62,8 @@ CONFIGURE_ARGS+= --without-libedit
CONFIGURE_ARGS+= --disable-dependency-tracking
CONFIGURE_ARGS+= --without-debug
-CONFIGURE_ARGS+= --without-bench
CONFIGURE_ARGS+= --with-low-memory
CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib:Q}
-CONFIGURE_ARGS+= --with-vio
CONFIGURE_ARGS+= --with-charset=${MYSQL_CHARSET:Q}
CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q}