diff options
author | kent@mysql.com <> | 2005-11-07 13:39:03 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2005-11-07 13:39:03 +0100 |
commit | 58dd64612ceaf98080e3dcb2e871744ba42403ba (patch) | |
tree | b095a0afb93cf1e8690541147d4e996ab91a1e25 /support-files | |
parent | ee0b6db191ab4ae475beee8ceb1e46d6ccd91353 (diff) | |
parent | 79aaf0754d14b3a06b63fdfc5705064f6140cd1a (diff) | |
download | mariadb-git-58dd64612ceaf98080e3dcb2e871744ba42403ba.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
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 5cd9d1646a4..7a1219736ae 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -249,6 +249,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 |