Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-04-26 19:40:13 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-04-26 19:40:13 +0400
commit3015feb321939fa04f94396cdbd78ba9a71ef42b (patch)
tree736eecdbdfbf01c6006a7174ac448afbf1004bf9 /data/config.in
parent747e17cbafe1190b9752603eba2cc37f107bf9fb (diff)
Add patch to support Solaris
svn path=/trunk/mono/; revision=101923
Diffstat (limited to 'data/config.in')
-rw-r--r--data/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index 676999a6d1f..d14e0a8dec3 100644
--- a/data/config.in
+++ b/data/config.in
@@ -2,6 +2,8 @@
<dllmap dll="i:cygwin1.dll" target="@LIBC@" os="!windows" />
<dllmap dll="libc" target="@LIBC@" os="!windows"/>
<dllmap dll="intl" target="@INTL@" os="!windows"/>
+ <dllmap dll="intl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
+ <dllmap dll="libintl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
<dllmap dll="libintl" target="@INTL@" os="!windows"/>
<dllmap dll="i:libxslt.dll" target="libxslt@libsuffix@" os="!windows"/>
<dllmap dll="i:odbc32.dll" target="libodbc@libsuffix@" os="!windows"/>