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:
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"/>