List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:March 28 2007 9:11pm
Subject:bk commit into 5.0 tree (cmiller:1.2422) BUG#27427
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cmiller. When cmiller does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-03-28 15:11:38-04:00, cmiller@stripped +1 -0
  Bug#27427: resolveip fails on hostnames with a leading digit
  
  We need inet_aton for the extra/resolveip tool.  Some OSes put this
  in nonstandard libraries.

  configure.in@stripped, 2007-03-28 15:11:36-04:00, cmiller@stripped +1 -0
    We need inet_aton for the extra/resolveip tool.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.0-comeng

--- 1.425/configure.in	2007-03-23 09:53:06 -04:00
+++ 1.426/configure.in	2007-03-28 15:11:36 -04:00
@@ -791,6 +791,7 @@
 AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind))
 # Check if crypt() exists in libc or libcrypt, sets LIBS if needed
 AC_SEARCH_LIBS(crypt, crypt, AC_DEFINE(HAVE_CRYPT, 1, [crypt]))
+AC_SEARCH_LIBS(inet_aton, [socket nsl resolv])
 
 # For the sched_yield() function on Solaris
 AC_CHECK_FUNC(sched_yield, , AC_CHECK_LIB(posix4, sched_yield))
Thread
bk commit into 5.0 tree (cmiller:1.2422) BUG#27427Chad MILLER28 Mar