diff options
author | Tor Lillqvist <tml@novell.com> | 2008-06-06 19:19:17 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-06-06 19:19:17 +0800 |
commit | 14a52517906af2994cd2059b4ef9f98139cb3980 (patch) | |
tree | 3744a1274c1302be27a7e6c810296974179c702a /ChangeLog | |
parent | 77a5d97f7092dc485a0c8d38343f7c5928caa97d (diff) | |
download | gsoc2013-evolution-14a52517906af2994cd2059b4ef9f98139cb3980.tar.gz 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |