diff options
author | kent@mysql.com <> | 2005-11-05 01:44:35 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2005-11-05 01:44:35 +0100 |
commit | 79aaf0754d14b3a06b63fdfc5705064f6140cd1a (patch) | |
tree | 559d2a6def3fc133173bc1f628dd626b8f0f3d7a /support-files | |
parent | 085b48427dc79339e6c9801d08881606fa8b4ec6 (diff) | |
download | mariadb-git-79aaf0754d14b3a06b63fdfc5705064f6140cd1a.tar.gz |
mysql.spec.sh:
Always use bundled zlib
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 |