From 31a12de0833e0b1a2b1f7681878f3bc1dd645fd1 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 27 Jul 2005 16:42:13 +0200 Subject: - build the RPM binaries against the bundled zlib, when static linking is requested support-files/mysql.spec.sh: - build against the bundled zlib, when linking statically --- support-files/mysql.spec.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 7dc04c39225..e4cd3027b8a 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -348,6 +348,7 @@ BuildMySQL "--disable-shared \ %if %{STATIC_BUILD} --with-mysqld-ldflags='-all-static' \ --with-client-ldflags='-all-static' \ + --with-zlib-dir=bundled \ $USE_OTHER_LIBC_DIR \ %endif --with-comment=\"MySQL Community Edition - Standard (GPL)\" \ -- cgit v1.2.1