summaryrefslogtreecommitdiff
path: root/databases/mysql51-client
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-21 14:39:27 +0000
committertaca <taca@pkgsrc.org>2010-03-21 14:39:27 +0000
commit41f639fdd1291fa62e9780d5795134c5c01a1dc3 (patch)
tree1c141d6fea949adec9ef78a31409323b9c2d5375 /databases/mysql51-client
parent2c099eb614e5839556f4ce8ff61a24c15ff15cb1 (diff)
downloadpkgsrc-41f639fdd1291fa62e9780d5795134c5c01a1dc3.tar.gz
Some clean up to CONFIGURE_ARGS; remove obsolete options.
Diffstat (limited to 'databases/mysql51-client')
-rw-r--r--databases/mysql51-client/Makefile3
-rw-r--r--databases/mysql51-client/Makefile.common6
2 files changed, 3 insertions, 6 deletions
diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile
index 4a8d2ffe452..acfd3cc2a45 100644
--- a/databases/mysql51-client/Makefile
+++ b/databases/mysql51-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/03/16 19:24:54 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2010/03/21 14:39:27 taca Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
PKGREVISION= 1
@@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --without-extra-tools
CONFIGURE_ARGS+= --without-server
-CONFIGURE_ARGS+= --enable-thread-safe-client
UNWRAP_FILES+= scripts/mysql_config
INFO_FILES= yes
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}