diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-21 15:40:47 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-21 15:40:47 +0000 |
commit | 88d74bc517cd2019a6a3180248d65ae1be1c8884 (patch) | |
tree | 5c3c57e5e136497f16b8193ac33dfbf40b5e2e7e /databases/mysql50-server/files/patch-configure | |
parent | ed0a8c97dcce69a3059c73b945c19d7b0d7dc366 (diff) |
Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
Notes
Notes:
svn path=/head/; revision=37401
Diffstat (limited to 'databases/mysql50-server/files/patch-configure')
-rw-r--r-- | databases/mysql50-server/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/mysql50-server/files/patch-configure b/databases/mysql50-server/files/patch-configure index 08a7f3e6bb01..80d804d05274 100644 --- a/databases/mysql50-server/files/patch-configure +++ b/databases/mysql50-server/files/patch-configure @@ -1,14 +1,5 @@ --- configure.orig Sat Dec 16 22:49:12 2000 +++ configure Mon Dec 18 12:21:11 2000 -@@ -1070,7 +1070,7 @@ - PROTOCOL_VERSION=10 - DOT_FRM_VERSION=6 - # See the libtool docs for information on how to do shared lib versions. --SHARED_LIB_VERSION=10:0:0 -+SHARED_LIB_VERSION=6:0:0 - - # Set all version vars based on $VERSION. How do we do this more elegant ? - # Remember that regexps needs to quote [ and ] since this is run through m4 @@ -2950,7 +2950,7 @@ ;; esac |