List:Commits« Previous MessageNext Message »
From:kent Date:May 30 2007 8:11pm
Subject:bk commit into 4.1 tree (kent:1.2660)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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-05-30 22:11:53+02:00, kent@stripped +2 -0
  Makefile.am, configure.in:
    Added --with-mysqld-libs configure flag

  configure.in@stripped, 2007-05-30 22:11:44+02:00, kent@stripped +6 -0
    Added --with-mysqld-libs configure flag

  sql/Makefile.am@stripped, 2007-05-30 22:11:44+02:00, kent@stripped +2 -1
    Added --with-mysqld-libs configure flag

# 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:	kent
# Host:	kent-amd64.(none)
# Root:	/home/kent/bk/tmp3/mysql-4.1-build

--- 1.431/configure.in	2007-05-30 22:11:58 +02:00
+++ 1.432/configure.in	2007-05-30 22:11:58 +02:00
@@ -1747,6 +1747,12 @@
     [CLIENT_EXTRA_LDFLAGS=])
 AC_SUBST(CLIENT_EXTRA_LDFLAGS)
 
+AC_ARG_WITH(mysqld-libs,
+    [  --with-mysqld-libs   Extra libraries to link with for mysqld],
+    [MYSQLD_EXTRA_LIBS=$withval],
+    [MYSQLD_EXTRA_LIBS=])
+AC_SUBST(MYSQLD_EXTRA_LIBS)
+
 AC_ARG_WITH(lib-ccflags,
     [  --with-lib-ccflags      Extra CC options for libraries],
     [LIB_EXTRA_CCFLAGS=$withval],

--- 1.118/sql/Makefile.am	2007-05-30 22:11:58 +02:00
+++ 1.119/sql/Makefile.am	2007-05-30 22:11:58 +02:00
@@ -43,7 +43,8 @@
 			@bdb_libs@ @innodb_libs@ @pstack_libs@ \
                         @innodb_system_libs@ \
 			@ndbcluster_libs@ @ndbcluster_system_libs@ \
-			$(LDADD)  $(CXXLDFLAGS) $(WRAPLIBS) @LIBDL@ @openssl_libs@
+			$(LDADD)  $(CXXLDFLAGS) $(WRAPLIBS) @LIBDL@ @openssl_libs@ \
+			@MYSQLD_EXTRA_LIBS@
 noinst_HEADERS =	item.h item_func.h item_sum.h item_cmpfunc.h \
 			item_strfunc.h item_timefunc.h item_uniq.h \
 			item_create.h item_subselect.h item_row.h \
Thread
bk commit into 4.1 tree (kent:1.2660)kent30 May