mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
(From OE-Core rev: 6218b590e02afc346b473e62ee4e4624b677cacf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
462 B
Diff
16 lines
462 B
Diff
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
--- a/configure.ac 2011-10-20 21:56:02.230663987 +0200
|
|
+++ b/configure.ac 2011-08-17 15:01:30.000000000 +0200
|
|
@@ -227,8 +227,8 @@
|
|
LIBTOOL="$sh_libtool"
|
|
SVN_LIBTOOL="$sh_libtool"
|
|
else
|
|
- sh_libtool="$abs_builddir/libtool"
|
|
- SVN_LIBTOOL="\$(SHELL) $sh_libtool"
|
|
+ sh_libtool="$abs_builddir/$host_alias-libtool"
|
|
+ SVN_LIBTOOL="\$(SHELL) \$(abs_builddir)/$host_alias-libtool"
|
|
fi
|
|
AC_SUBST(SVN_LIBTOOL)
|
|
|