]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libtool/libtool-1.5/prefix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libtool / libtool-1.5 / prefix.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- libtool-1.5/m4/libtool.m4~prefix
7 +++ libtool-1.5/m4/libtool.m4
8 @@ -82,7 +82,8 @@
9  LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
10  
11  # Always use our own libtool.
12 -LIBTOOL='$(SHELL) $(top_builddir)/libtool'
13 +LIBTOOL='$(SHELL) $(top_builddir)'
14 +LIBTOOL="$LIBTOOL/$host_alias-libtool"
15  AC_SUBST(LIBTOOL)dnl
16  
17  # Prevent multiple expansion
18 @@ -149,7 +150,7 @@
19  rm="rm -f"
20  
21  # Global variables:
22 -default_ofile=libtool
23 +default_ofile=${host_alias}-libtool
24  can_build_shared=yes
25  
26  # All known linkers require a `.a' archive for static linking (except M$VC,