Below is the list of changes that have just been committed into a local
5.0 repository of mtaylor. When mtaylor 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-01-18 16:28:47-08:00, mtaylor@qualinost.(none) +1 -0
Added configure section to deal with actually versioning symbols.
configure.in@stripped, 2007-01-18 16:28:45-08:00, mtaylor@qualinost.(none) +8 -0
Added configure section to deal with actually versioning symbols.
# 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: mtaylor
# Host: qualinost.(none)
# Root: /home/mtaylor/src/mysql-5.0-maint
--- 1.424/configure.in 2007-01-18 16:28:51 -08:00
+++ 1.425/configure.in 2007-01-18 16:28:51 -08:00
@@ -388,6 +388,14 @@
fi
AC_SUBST(LD_VERSION_SCRIPT)
+# libndbclient versioning when linked with GNU ld.
+if $LD --version 2>/dev/null|grep -q GNU; then
+ NDB_LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/storage/ndb/src/libndb.ver"
+ AC_CONFIG_FILES(storage/ndb/src/libndb.ver)
+fi
+AC_SUBST(NDB_LD_VERSION_SCRIPT)
+
+
# Avoid bug in fcntl on some versions of linux
AC_MSG_CHECKING([if we should use 'skip-external-locking' as default for $target_os])
# Any variation of Linux
| Thread |
|---|
| • bk commit into 5.0 tree (mtaylor:1.2381) | Monty Taylor | 19 Jan |