diff options
author | grant <grant@pkgsrc.org> | 2004-10-31 10:14:14 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-31 10:14:14 +0000 |
commit | 59aa94e880dda7485349011c8658c2b7fdd8f011 (patch) | |
tree | b6e3d8483fede7ca739c216cd6cd57301e819d4e /databases/mysql4-client/Makefile | |
parent | c441289d5dfdc39ddb9654ff1848d90cbfcdc286 (diff) | |
download | pkgsrc-59aa94e880dda7485349011c8658c2b7fdd8f011.tar.gz |
enable the thread-safe client so that the full set of tools is
built and installed.
bump PKGREVISION.
Diffstat (limited to 'databases/mysql4-client/Makefile')
-rw-r--r-- | databases/mysql4-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql4-client/Makefile b/databases/mysql4-client/Makefile index 80750624774..8e02af8c54f 100644 --- a/databases/mysql4-client/Makefile +++ b/databases/mysql4-client/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/10/22 01:10:04 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/31 10:14:14 grant Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} +PKGREVISION= 1 SVR4_PKGNAME= mysqc COMMENT= MySQL 4, a free SQL database (client) @@ -9,6 +10,7 @@ CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*} .include "Makefile.common" CONFIGURE_ARGS+= --without-server +CONFIGURE_ARGS+= --enable-thread-safe-client USE_BUILDLINK3= yes UNWRAP_FILES= scripts/mysql_config |