diff options
author | kent@mysql.com <> | 2006-04-04 23:37:44 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-04-04 23:37:44 +0200 |
commit | b492d05ee9db54726c19a0c246505d4002a41dac (patch) | |
tree | d7f97f7f906b9107f2569658a74eb1ae2f1eea72 /support-files | |
parent | d99d4d9bb10e508601bde557fc54bcb4c7d84f81 (diff) | |
parent | 0298bfaac649ba00d56c3be3e1062f0262367c14 (diff) | |
download | mariadb-git-b492d05ee9db54726c19a0c246505d4002a41dac.tar.gz |
Merge
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 3a0dca94267..3e765affa4b 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -1,3 +1,4 @@ + %define mysql_version @VERSION@ # use "rpmbuild --with static" or "rpm --define '_with_static 1'" (for RPM 3.x) @@ -217,6 +218,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ CXX=\"${CXX:-$MYSQL_BUILD_CXX}\" \ CFLAGS=\"$CFLAGS\" \ CXXFLAGS=\"$CXXFLAGS\" \ + LDFLAGS=\"$MYSQL_BUILD_LDFLAGS\" \ ./configure \ $* \ --with-mysqld-ldflags='-static' \ @@ -709,6 +711,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Sat Apr 01 2006 Kent Boortz <kent@mysql.com> + +- Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS + * Wed Mar 07 2006 Kent Boortz <kent@mysql.com> - Changed product name from "Community Edition" to "Community Server" |