]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-no_libnsl.patch
- rediffed
[packages/mysql.git] / mysql-no_libnsl.patch
1 --- mysql-3.23.49/configure.in~ Mon Jan 22 14:37:03 2001
2 +++ mysql-3.23.49/configure.in  Sat Feb 10 02:45:27 2001
3 @@ -622,11 +622,7 @@
4    AC_CHECK_LIB(nsl_r, gethostbyname_r, [],
5      AC_CHECK_LIB(nsl, gethostbyname_r))])
6  AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
7 -AC_CHECK_FUNC(yp_get_default_domain, ,
8 -  AC_CHECK_LIB(nsl, yp_get_default_domain))
9  AC_CHECK_FUNC(p2open, , AC_CHECK_LIB(gen, p2open))
10 -# This may get things to compile even if bind-8 is installed
11 -AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind))
12  # For crypt() on Linux
13  AC_CHECK_LIB(crypt, crypt)
14  AC_CHECK_FUNC(crypt, AC_DEFINE(HAVE_CRYPT)) 
This page took 0.074821 seconds and 4 git commands to generate.