List:Commits« Previous MessageNext Message »
From:msvensson Date:April 13 2006 1:03pm
Subject:bk commit into 5.0 tree (msvensson:1.2151) BUG#18837
View as plain text  
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/13 13:02:58 msvensson@neptunus.(none) +1 -0
  Bug#18837 Many build and test failures when configuring without --disable-shared
  Build "NOINST" tools with -static flag to avoid  any ld problems when using them

  configure.in
    1.381 06/04/13 13:02:53 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-13 13:02:53 +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=""
Thread
bk commit into 5.0 tree (msvensson:1.2151) BUG#18837msvensson13 Apr