]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- updated to 3.23.29
authormis <mis@pld-linux.org>
Wed, 20 Dec 2000 19:08:49 +0000 (19:08 +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.2.1

mysql-no_libbind.patch

index c4f7c4d3a973beb895dd3c5721e30c5c32819f7e..6ef628d21d4e1d58ff0fb02c38f296a5406dd2ae 100644 (file)
@@ -1,12 +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)
+@@ -505,7 +505,7 @@
+   AC_CHECK_LIB(nsl, yp_get_default_domain))
+ AC_CHECK_FUNC(p2open, , AC_CHECK_LIB(gen, p2open))
+ # This may get things to compile even if bind-8 is installed
+-AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind))
++#AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind))
  # For crypt() on Linux
- AC_CHECK_LIB(crypt,crypt)
+ AC_CHECK_FUNC(crypt, , AC_CHECK_LIB(crypt, crypt))
  # For compress in zlib
This page took 0.036455 seconds and 4 git commands to generate.