pkgsrc/databases/mysql-client/patches/patch-ab
bad c4f012e02b Update MySQL to 3.22.27.
There are a bunch of bug fixes to the server.  See the documentation for
a complete list.

Also, get rid of USE_GMAKE.  Our make is fine now.
1999-12-13 20:31:51 +00:00

29 lines
790 B
Text

$NetBSD: patch-ab,v 1.2 1999/12/13 20:31:52 bad Exp $
--- configure.orig Thu Jul 8 06:13:39 1999
+++ configure Mon Aug 16 23:35:52 1999
@@ -1920,6 +1920,7 @@
fi
+if false; then
# Check for any special flags to pass to ltconfig.
libtool_flags="--cache-file=$cache_file"
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
@@ -2073,6 +2074,7 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
@@ -7697,7 +7699,7 @@
# This requires readline to be in a standard place. Mosty for linux
# there readline may be a shared library.
readline_dir=""
- readline_link="-lreadline"
+ readline_link="-ledit"
fi