]> git.pld-linux.org Git - packages/mysql.git/commitdiff
This commit was manufactured by cvs2git to create branch 'MYSQL_3_23'.
authorcvs2git <feedback@pld-linux.org>
Thu, 12 Oct 2000 21:03:34 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2000-10-12 21:03:34 UTC kloczek <kloczek@pld-linux.org> '- removed patching configure.in~.':
    mysql-gethostbyname_r_is_in_libc_aka_no_libnsl.patch -> 1.2

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

diff --git a/mysql-gethostbyname_r_is_in_libc_aka_no_libnsl.patch b/mysql-gethostbyname_r_is_in_libc_aka_no_libnsl.patch
new file mode 100644 (file)
index 0000000..05f54ba
--- /dev/null
@@ -0,0 +1,13 @@
+diff -Nru mysql-3.22.32/configure.in mysql-3.22.32.new/configure.in
+--- mysql-3.22.32/configure.in Tue Aug 22 02:58:51 2000
++++ mysql-3.22.32.new/configure.in     Tue Aug 22 03:02:15 2000
+@@ -482,7 +482,8 @@
+ AC_CHECK_LIB(nsl_r, gethostbyname_r)
+ if test "$ac_cv_lib_nsl_r_gethostbyname_r" = "no"
+ then
+-  AC_CHECK_LIB(nsl, gethostbyname_r)
++      AC_CHECK_FUNC(gethostbyname_r, ,
++              AC_CHECK_LIB(nsl, gethostbyname_r) )
+ fi
+ LIBS_BEFORE_SOCKET=$LIBS
+ LIBS=
This page took 0.036258 seconds and 4 git commands to generate.