From: msvensson Date: April 12 2006 3:56pm Subject: bk commit into 5.0 tree (msvensson:1.2151) List-Archive: http://lists.mysql.com/commits/4873 Message-Id: <20060412155602.71EF986DE76@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.0 repository of msvensson. When msvensson 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 1.2151 06/04/12 17:55:51 msvensson@neptunus.(none) +1 -0 Build "NOINST" tools with -static flag to avoid any ld problems when using them configure.in 1.381 06/04/12 17:55:42 msvensson@neptunus.(none) +1 -1 Build "NOINST" tools with -static flag to avoid any ld problems when using them # 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: msvensson # Host: neptunus.(none) # Root: /home/msvensson/mysql/my50-bug18837 --- 1.380/configure.in 2006-03-29 20:25:40 +02:00 +++ 1.381/configure.in 2006-04-12 17:55:42 +02:00 @@ -513,7 +513,7 @@ AC_MSG_ERROR([MySQL requires an ANSI C compiler (and a C++ compiler). Try gcc. See the Installation chapter in the Reference Manual.]) fi -NOINST_LDFLAGS= +NOINST_LDFLAGS="-static" static_nss="" STATIC_NSS_FLAGS=""