Commit 7b88672d authored by unknown's avatar unknown
Browse files

- 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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)\" \