Commit 7b88672d authored by unknown's avatar unknown

- 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
parent 62f8a31b
......@@ -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)\" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment