aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-09-09 00:34:15 -0700
committerGlenn Morris2013-09-09 00:34:15 -0700
commit8d17ef8d542e37d3f2972c80ac448a990cbdd040 (patch)
tree594a415444de86679a8c6c6fcce61625c9e295a4 /ChangeLog
parent66f3731f432de341b61be1083415711d3d124a1a (diff)
downloademacs-8d17ef8d542e37d3f2972c80ac448a990cbdd040.tar.gz
emacs-8d17ef8d542e37d3f2972c80ac448a990cbdd040.zip
Fix treatment of ld's nocombreloc option
* configure.ac (LDFLAGS_NOCOMBRELOC): New variable. (LDFLAGS): Move nocombreloc option from here... (LD_SWITCH_SYSTEM_TEMACS): ... to here. This is an essential option that should not be in LDFLAGS, because the user may override that at build time; eg http://bugs.debian.org/684788. temacs is the only thing that actually needs this option; this is where it was orginally: http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03a04c6367c..2100041e9fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12013-09-09 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
4 (LDFLAGS): Move nocombreloc option from here...
5 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
6 This is an essential option that should not be in LDFLAGS,
7 because the user may override that at build time; eg
8 http://bugs.debian.org/684788. temacs is the only thing
9 that actually needs this option; this is where it was orginally:
10 http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html
11
12013-09-08 Glenn Morris <rgm@gnu.org> 122013-09-08 Glenn Morris <rgm@gnu.org>
2 13
3 * configure.ac (--without-compress-install): 14 * configure.ac (--without-compress-install):