summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-04-01 05:44:10 +0200
committerunknown <kent@mysql.com>2006-04-01 05:44:10 +0200
commit2a4e2e8da2e6e15ba20442f35e83a1e371d22035 (patch)
treeb5dde7e434777dff9801c6e126f8c2d37fcbdf4a /support-files
parent3eb7f2a23914df63ffd220427df0a8296bab9afe (diff)
downloadmariadb-git-2a4e2e8da2e6e15ba20442f35e83a1e371d22035.tar.gz
Makefile.am:
Let "make install" install mysql-test-run.pl mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662) support-files/mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662) mysql-test/Makefile.am: Let "make install" install mysql-test-run.pl
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 42958a3a871..b161ec13073 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -231,6 +231,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 \
@@ -689,6 +690,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 Jan 10 2006 Joerg Bruehe <joerg@mysql.com>
- Use "-i" on "make test-force";