aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2015-12-31 11:02:51 +0200
committerJani Välimaa <wally@mageia.org>2015-12-31 12:10:07 +0200
commitb5e2b7e12a349a9260f59b04150b555c47344114 (patch)
tree69f206c755cfeb413aa513f46884086e827c472b /NEWS
parent259026fe475487da468085184148c70c7da1ff16 (diff)
downloadrpm-setup-b5e2b7e12a349a9260f59b04150b555c47344114.tar
rpm-setup-b5e2b7e12a349a9260f59b04150b555c47344114.tar.gz
rpm-setup-b5e2b7e12a349a9260f59b04150b555c47344114.tar.bz2
rpm-setup-b5e2b7e12a349a9260f59b04150b555c47344114.tar.xz
rpm-setup-b5e2b7e12a349a9260f59b04150b555c47344114.zip
Don't append %ldflags to $LDFLAGS forcibly
This makes the behaviour similar with CFLAGS/CXXFLAGS/FFLAGS. Previously 'export LDFLAGS="%{ldflags} -lfoo"' before %setup_compile_flags usage in .spec caused LDFLAGS being exported as '%{ldflags} -lfoo %{ldflags}' If %ldflags is %nil which is pretty unlikely and LDFLAGS isn't exported beforehand, then LDFLAGS is just empty.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2c3e42..9de80c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- don't append %ldflags to $LDFLAGS forcibly
+
Version 2.17 - 15 November 2015, by Pascal Terjan
- move rubygem build macros to the rubygems package