1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-26 19:17:07 +00:00

subversion: updated to 1.7.8

(From OE-Core rev: 93048f1b3d7c1613e96b772f154336e5902228e4)

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bogdan Marinescu
2012-12-21 17:25:08 +02:00
committed by Richard Purdie
parent 26b486f4b0
commit 36f8380773
3 changed files with 2 additions and 2 deletions
@@ -0,0 +1,15 @@
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)