summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-15 10:57:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-15 10:57:26 (GMT)
commit4ff18d380f5bc894a2ce1dab744af8f3451f67ff (patch)
tree9fd2ef0915c034d0910b447ed5f59799bea93193 /ChangeLog
parent14e71c638e0a9392688774b8c98efbe750e3ce89 (diff)
downloadtcl-4ff18d380f5bc894a2ce1dab744af8f3451f67ff.zip
tcl-4ff18d380f5bc894a2ce1dab744af8f3451f67ff.tar.gz
tcl-4ff18d380f5bc894a2ce1dab744af8f3451f67ff.tar.bz2
Let people disable use of -rpath in their linking step. [Patch 1231022]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c9fa37b..6847d8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2007-11-15 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow people to turn off the -rpath
+ option to their linker if they so desire. This is a configuration only
+ recommended for (some) vendors. Relates to [Patch 1231022].
+
2007-11-15 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tclWin32Dll.c: Prefer UINT_PTR to DWORD_PTR when casting
- pointers to integer types for greater portability (bug #1831253)
+ pointers to integer types for greater portability. [Bug 1831253]
2007-11-15 Daniel Steffen <das@users.sourceforge.net>