pkgsrc/databases/mysql51-client/patches/patch-ai

16 lines
504 B
Text
Raw Normal View History

$NetBSD: patch-ai,v 1.2 2010/09/21 15:57:30 taca Exp $
* Limit directories in client package.
--- configure.in.orig 2010-02-04 11:36:59.000000000 +0000
+++ configure.in
@@ -2784,7 +2784,7 @@ server_scripts=
dnl This probably should be cleaned up more - for now the threaded
dnl client is just using plain-old libs.
-sql_client_dirs="strings mysys dbug extra regex libmysql"
+sql_client_dirs="strings mysys regex libmysql"
AM_CONDITIONAL(THREAD_SAFE_CLIENT, test "$THREAD_SAFE_CLIENT" != "no")