summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2005-11-18 16:38:01 +0100
committerguilhem@mysql.com <>2005-11-18 16:38:01 +0100
commit2f95fc2701bd83a9aea31e167f69c16ee51a6317 (patch)
tree07e22cfddd8927526e3bb2ef581822106278886f /support-files
parent50afa94dd509be490ebe274b8feec966864b502b (diff)
parent43bbd352e3aa4af23f479e33ba80a6dfdeb6774f (diff)
downloadmariadb-git-2f95fc2701bd83a9aea31e167f69c16ee51a6317.tar.gz
Merge mysql.com:/home/mysql_src/mysql-5.0
into mysql.com:/home/mysql_src/mysql-5.1-merge-of-5.0 (not all files are good, I'll fix; I'll ask some devs to check their part)
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 27aa05ebf27..e5ff026a851 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -361,8 +361,9 @@ BuildMySQL "--disable-shared \
%if %{STATIC_BUILD}
--with-mysqld-ldflags='-all-static' \
--with-client-ldflags='-all-static' \
- --with-zlib-dir=bundled \
$USE_OTHER_LIBC_DIR \
+%else
+ --with-zlib-dir=bundled \
%endif
--with-comment=\"MySQL Community Edition - Standard (GPL)\" \
--with-server-suffix='%{server_suffix}' \