Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg 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.1957 05/11/11 22:18:41 joerg@stripped +1 -0
Not all RPM builds can use the bundled zlib, due to dependency and link conflicts. Solve this.
support-files/mysql.spec.sh
1.127 05/11/11 22:18:36 joerg@stripped +2 -2
We cannot always use the bundled zlib, as this conflicts with the "shared" build of the "max" binary.
The fully static RPM build on "build" also does not work with the bundled zlib.
With this change, we use the bundled zlib for "standard" RPMs (unless fully stytic, "build")
and the one already installed onm the system for the "max" build which is also labeled "experimental".
# 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: joerg
# Host: trift2.
# Root: /M50/clone-5.0
--- 1.126/support-files/mysql.spec.sh 2005-11-07 23:27:10 +01:00
+++ 1.127/support-files/mysql.spec.sh 2005-11-11 22:18:36 +01:00
@@ -259,7 +259,6 @@
--includedir=%{_includedir} \
--mandir=%{_mandir} \
--enable-thread-safe-client \
- --with-zlib-dir=bundled \
--with-readline ; \
# Add this for more debugging support
# --with-debug
@@ -362,8 +361,9 @@
%if %{STATIC_BUILD}
--with-mysqld-ldflags='-all-static' \
--with-client-ldflags='-all-static' \
- --with-zlib-dir=bundled \
$USE_OTHER_LIBC_DIR \
+%else
+ --with-zlib-dir=bundled \
%endif
--with-comment=\"MySQL Community Edition - Standard (GPL)\" \
--with-server-suffix='%{server_suffix}' \
| Thread |
|---|
| • bk commit into 5.0 tree (joerg:1.1957) | Joerg Bruehe | 11 Nov |