diff options
author | unknown <kent@mysql.com> | 2005-11-05 01:44:35 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-11-05 01:44:35 +0100 |
commit | 0e878d7e541983757bc0b31e7caa8a16a5fd2896 (patch) | |
tree | 559d2a6def3fc133173bc1f628dd626b8f0f3d7a /support-files/mysql.spec.sh | |
parent | 57923440f3711dd6287df9d8f54e94b9031c7ec0 (diff) | |
download | mariadb-git-0e878d7e541983757bc0b31e7caa8a16a5fd2896.tar.gz |
mysql.spec.sh:
Always use bundled zlib
support-files/mysql.spec.sh:
Always use bundled zlib
Diffstat (limited to 'support-files/mysql.spec.sh')
-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 |