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

subversion: update to 1.7.6

Dropped --without-apache option as it does not exists.

Added patch from subversion-users ML to not build mod_dontdothat.

(From OE-Core rev: c79fb25161b958b07fbfa965768754d51717d616)

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marcin Juszkiewicz
2012-08-22 22:25:04 +02:00
committed by Richard Purdie
parent c9669451aa
commit a08e3856b8
4 changed files with 160 additions and 5 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)