]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- atch for not linking mysqld against libbind.
authorkloczek <kloczek@pld-linux.org>
Thu, 28 Oct 1999 20:32:37 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-no_libbind.patch -> 1.1

mysql-no_libbind.patch [new file with mode: 0644]

diff --git a/mysql-no_libbind.patch b/mysql-no_libbind.patch
new file mode 100644 (file)
index 0000000..c4f7c4d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nru mysql-3.22.27/configure.in mysql-3.22.27.new/configure.in
+--- mysql-3.22.27/configure.in Wed Oct  6 00:07:44 1999
++++ mysql-3.22.27.new/configure.in     Thu Oct 28 22:19:39 1999
+@@ -488,8 +488,6 @@
+ LIBS_SOCKET=$LIBS
+ LIBS=
+ AC_CHECK_LIB(gen, p2open)
+-# This may get things to compile even if bind-8 is installed
+-AC_CHECK_LIB(bind, bind)
+ # For crypt() on Linux
+ AC_CHECK_LIB(crypt,crypt)
+ # For compress in zlib
This page took 0.081872 seconds and 4 git commands to generate.