aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-06-06 19:19:17 +0800
committerTor Lillqvist <tml@src.gnome.org>2008-06-06 19:19:17 +0800
commit14a52517906af2994cd2059b4ef9f98139cb3980 (patch)
tree3744a1274c1302be27a7e6c810296974179c702a /ChangeLog
parent77a5d97f7092dc485a0c8d38343f7c5928caa97d (diff)
downloadgsoc2013-evolution-14a52517906af2994cd2059b4ef9f98139cb3980.tar
gsoc2013-evolution-14a52517906af2994cd2059b4ef9f98139cb3980.tar.gz
gsoc2013-evolution-14a52517906af2994cd2059b4ef9f98139cb3980.tar.bz2
gsoc2013-evolution-14a52517906af2994cd2059b4ef9f98139cb3980.tar.lz
gsoc2013-evolution-14a52517906af2994cd2059b4ef9f98139cb3980.tar.xz
gsoc2013-evolution-14a52517906af2994cd2059b4ef9f98139cb3980.tar.zst
gsoc2013-evolution-14a52517906af2994cd2059b4ef9f98139cb3980.zip
Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoid
2008-06-06 Tor Lillqvist <tml@novell.com> * configure.in: Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoid auto-exporting functions from the static libiconv.a implementation in win_iconv from evolution's DLLs. svn path=/trunk/; revision=35602
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9aff2de27..40929a60fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-06 Tor Lillqvist <tml@novell.com>
+
+ * configure.in: Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on
+ Windows to avoid auto-exporting functions from the static
+ libiconv.a implementation in win_iconv from evolution's DLLs.
+
2008-06-05 Johnny Jacob <jjohnny@novell.com>
Committing this on behalf Chenthill Palanisamy <pchenthill@novell.com>