diff options
author | unknown <petr@mysql.com> | 2005-11-08 01:27:15 +0300 |
---|---|---|
committer | unknown <petr@mysql.com> | 2005-11-08 01:27:15 +0300 |
commit | ce648a30dbc039849b9e1de23ddc7e4e76c29a5f (patch) | |
tree | d4450c87a861da181cd11a22c60bbfa29fed6e7f /support-files | |
parent | 50f48187f2f135b458aee47c561b3afe7df5aa07 (diff) | |
parent | 01cad6395e852e431b1a66ec9f7034e0aee98b71 (diff) | |
download | mariadb-git-ce648a30dbc039849b9e1de23ddc7e4e76c29a5f.tar.gz |
Merge mysql.com:/home/cps/mysql/trees/mysql-4.1
into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
sql/examples/ha_tina.cc:
Auto merged
support-files/mysql.spec.sh:
SCCS merged
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 1b74ce50328..7b2eee5f821 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -259,6 +259,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --includedir=%{_includedir} \ --mandir=%{_mandir} \ --enable-thread-safe-client \ + --with-zlib-dir=bundled \ --with-readline ; \ # Add this for more debugging support # --with-debug |