From 3fd8f741dee1fabf8f039978477ddf40186af857 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 4 May 2004 22:20:07 +0000 Subject: 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 --- libtool/libtool-1.5/prefix.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'libtool/libtool-1.5/prefix.patch') 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, -- cgit v1.2.3