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:
authorRaja R Harinath <harinath@hurrynot.org>2005-04-28 07:06:48 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-28 07:06:48 +0400
commit7385a6a38d1514ee2ff68bce5d010ae4eebb5da1 (patch)
tree9f43572c5f8b89cfa74249ee427b90399e43c8a2 /runtime
parentf20504762e3ecae419d381d5ce2c02b6a6ea11d3 (diff)
re-enable -dlopen workaround for monodis-wrapper.
Known problem libtools: libtool/experimental on Debian (1.6.0+1.5a...) libtool on the SuSE x86_64 (don't know the version) svn path=/trunk/mono/; revision=43701
Diffstat (limited to 'runtime')
-rw-r--r--runtime/monodis-wrapper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monodis-wrapper.in b/runtime/monodis-wrapper.in
index 3d62405181e..974848b3c2f 100644
--- a/runtime/monodis-wrapper.in
+++ b/runtime/monodis-wrapper.in
@@ -3,4 +3,4 @@ r='@mono_build_root@'
MONO_CFG_DIR='@mono_cfg_dir@'
MONO_SHARED_DIR=$r/runtime
export MONO_CFG_DIR MONO_SHARED_DIR
-exec "$r/libtool" --mode=execute "$r/mono/dis/monodis" "$@"
+exec "$r/libtool" --mode=execute -dlopen "$r/mono/mini/libmono.la" "$r/mono/dis/monodis" "$@"