summaryrefslogtreecommitdiff
path: root/lang/mono/files/patch-runtime_semdel-wrapper.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/files/patch-runtime_semdel-wrapper.in')
-rw-r--r--lang/mono/files/patch-runtime_semdel-wrapper.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/mono/files/patch-runtime_semdel-wrapper.in b/lang/mono/files/patch-runtime_semdel-wrapper.in
new file mode 100644
index 000000000000..45a8e19aa78d
--- /dev/null
+++ b/lang/mono/files/patch-runtime_semdel-wrapper.in
@@ -0,0 +1,9 @@
+--- /dev/null Wed Jul 6 23:13:43 2005
++++ runtime/semdel-wrapper.in Wed Jul 6 23:20:15 2005
+@@ -0,0 +1,6 @@
++#! /bin/sh
++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/handles/semdel" "$@"