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:
authorZoltan Varga <vargaz@gmail.com>2008-07-23 19:17:53 +0400
committerZoltan Varga <vargaz@gmail.com>2008-07-23 19:17:53 +0400
commit8172559891f6851c9e7d30ba11dfc07540e60e28 (patch)
treedc176e7be50e27c50141b8e537c4791fcbf9e981 /support
parentbdb7b2e3954efbab74ca8be914013be3cb2dcb79 (diff)
2008-07-22 Zoltan Varga <vargaz@gmail.com>
* Makefile.am (patch-libtool): New helper target. svn path=/trunk/mono/; revision=108556
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am6
2 files changed, 10 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 513601a2c69..142b3aa7dde 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-22 Zoltan Varga <vargaz@gmail.com>
+
+ * Makefile.am (patch-libtool): New helper target.
+
2008-04-05 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* serial.c (set_attributes): When setting parity to Even,
diff --git a/support/Makefile.am b/support/Makefile.am
index 1f6a51c1a8f..8be4b797844 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -146,3 +146,9 @@ refresh:
--library=MonoPosixHelper \
$(mcs_topdir)/class/lib/net_2_0/Mono.Posix.dll map
+# Useful if mono is compiled with --enable-shared=no
+patch-libtool:
+ cp "../libtool" .
+ sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
+ sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2 && echo "LIBTOOL = bash ./libtool" > 1 && cat 1 2 > Makefile
+ touch *.c