pkgsrc/databases/mysql51-client/patches/patch-ai
taca 6f294a2ad9 * Install my_compiler.h as public header. It is already fixed in
MySQL's repository.
* Add comments to patches.

Bump PKGREVISION and it fixes P$ pkg/43887.
2010-09-21 15:57:30 +00:00

15 lines
504 B
Text

$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")