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
path: root/data
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2014-09-10 10:36:42 +0400
committerAndrea Canciani <ranma42@gmail.com>2014-09-11 10:50:47 +0400
commitd2f391c80c7a66ef0fae542a3bd8cc5781eb85ef (patch)
tree7024a274095a765a7d7fcbb606f04700d4ab5b3f /data
parent3408b8e5f194774e529e223173d68a1a8f880ea5 (diff)
Do not hardcode lib path
The changes from 3408b8e5f194774e529e223173d68a1a8f880ea5 cause regressions in distros which do not use lib as folder for arch-specific libraries, like Fedora x86_64. Instead, reloc_libdir should be used (as in data/mono.pc.in). This change is released under the MIT/X11 license.
Diffstat (limited to 'data')
-rw-r--r--data/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.in b/data/config.in
index fc764c7a029..c337f82f17f 100644
--- a/data/config.in
+++ b/data/config.in
@@ -10,7 +10,7 @@
<dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
<dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
<dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
- <dllmap dll="MonoPosixHelper" target="@prefix@/lib/libMonoPosixHelper@libsuffix@" os="!windows" />
+ <dllmap dll="MonoPosixHelper" target="@prefix@/@reloc_libdir@/libMonoPosixHelper@libsuffix@" os="!windows" />
<dllmap dll="i:msvcrt" target="@LIBC@" os="!windows"/>
<dllmap dll="i:msvcrt.dll" target="@LIBC@" os="!windows"/>
<dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>