summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-06 14:54:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-06 14:54:06 (GMT)
commit3f23f1f0b59fe34d62c8053a0aa36e04c8fbbe19 (patch)
treec67ac77da328b014485f7794aab500dece201863 /ChangeLog
parent13433e8669e00f63fc322a87aa16d9bcd2c2b675 (diff)
downloadtk-3f23f1f0b59fe34d62c8053a0aa36e04c8fbbe19.zip
tk-3f23f1f0b59fe34d62c8053a0aa36e04c8fbbe19.tar.gz
tk-3f23f1f0b59fe34d62c8053a0aa36e04c8fbbe19.tar.bz2
Don't use -fvisibility=hidden with static libraries (--disable-shared)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e5c1a4..bf42b33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* unix/tkAppInit.c: Make symbols "main" and "Tcl_AppInit"
MODULE_SCOPE: there is absolutely no reason for exporting them.
+ * unix/tcl.m4: Don't use -fvisibility=hidden with static
+ * unix/configure libraries (--disable-shared)
2011-04-04 Peter Spjuth <peter.spjuth@gmail.com>