summaryrefslogtreecommitdiff
path: root/libtool/libtool-1.5/prefix.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-04 22:20:07 +0000
committerChris Larson <clarson@kergoth.com>2004-05-04 22:20:07 +0000
commit3fd8f741dee1fabf8f039978477ddf40186af857 (patch)
tree7653e838f4222192f8fb34f21ac9202c06a3a224 /libtool/libtool-1.5/prefix.patch
parent075e454dcb3d634ec9cc6f11281779201f12b508 (diff)
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages 2004/05/04 18:19:53-04:00 local!kergoth Libtool fixup pass 1: Fix brokenness wrt shared libs on x86_64 (see ticket #29 in rt). Kill the libtool.m4 -> acinclude.m4 madness. Move the .m4's into an m4/ directory. Let autotools.oeclass handle regenerating files, rather than calling libtool's script for it. BKrev: 409817176nl9X1Mvw1iB4qnOQmAd4A
Diffstat (limited to 'libtool/libtool-1.5/prefix.patch')
-rw-r--r--libtool/libtool-1.5/prefix.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/libtool/libtool-1.5/prefix.patch b/libtool/libtool-1.5/prefix.patch
index e69de29bb2..066431d4d1 100644
--- a/libtool/libtool-1.5/prefix.patch
+++ b/libtool/libtool-1.5/prefix.patch
@@ -0,0 +1,26 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- libtool-1.5/m4/libtool.m4~prefix
++++ libtool-1.5/m4/libtool.m4
+@@ -82,7 +82,8 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++LIBTOOL='$(SHELL) $(top_builddir)'
++LIBTOOL="$LIBTOOL/$host_alias-libtool"
+ AC_SUBST(LIBTOOL)dnl
+
+ # Prevent multiple expansion
+@@ -149,7 +150,7 @@
+ rm="rm -f"
+
+ # Global variables:
+-default_ofile=libtool
++default_ofile=${host_alias}-libtool
+ can_build_shared=yes
+
+ # All known linkers require a `.a' archive for static linking (except M$VC,