]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-no_libbind.patch
- insert FQDN into user table, mysqld matches hosts in FQDN form during
[packages/mysql.git] / mysql-no_libbind.patch
CommitLineData
9a869d83 1diff -Nru mysql-3.22.27/configure.in mysql-3.22.27.new/configure.in
2--- mysql-3.22.27/configure.in Wed Oct 6 00:07:44 1999
3+++ mysql-3.22.27.new/configure.in Thu Oct 28 22:19:39 1999
4@@ -488,8 +488,6 @@
5 LIBS_SOCKET=$LIBS
6 LIBS=
7 AC_CHECK_LIB(gen, p2open)
8-# This may get things to compile even if bind-8 is installed
9-AC_CHECK_LIB(bind, bind)
10 # For crypt() on Linux
11 AC_CHECK_LIB(crypt,crypt)
12 # For compress in zlib
This page took 0.02704 seconds and 4 git commands to generate.