diff options
author | kent@mysql.com <> | 2006-04-01 05:53:37 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-04-01 05:53:37 +0200 |
commit | 5e28df35af9d758b92c5d9caeedce143dfcf3bd5 (patch) | |
tree | be2dda93f18304478284590dce8034fb28ffc6c6 /support-files | |
parent | f98de2cc35f4e616607efdc2864ab2e0e0dc7f8c (diff) | |
parent | 02c661dbcc9bf2be75d441c6019b72495d8cf4e1 (diff) | |
download | mariadb-git-5e28df35af9d758b92c5d9caeedce143dfcf3bd5.tar.gz |
Merge
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 5860e612e66..39525cc9669 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -238,6 +238,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ CXXFLAGS=\"${MYSQL_BUILD_CXXFLAGS:-$RPM_OPT_FLAGS \ -felide-constructors -fno-exceptions -fno-rtti \ }\" \ + LDFLAGS=\"$MYSQL_BUILD_LDFLAGS\" \ ./configure \ $* \ --enable-assembler \ @@ -723,6 +724,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 + * Fri Mar 03 2006 Kent Boortz <kent@mysql.com> - Don't output an embedded package as it is empty |