summaryrefslogtreecommitdiff
path: root/databases/mysql51-client/patches/patch-ai
blob: 3bb8240f3b7e9b21121094c490a3ceee4e2842ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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")