mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
subversion 1.4.5 -> 1.5.5
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
Index: subversion-1.4.5/configure.in
|
||||
===================================================================
|
||||
--- subversion-1.4.5.orig/configure.in 2009-01-07 17:10:41.000000000 +0000
|
||||
+++ subversion-1.4.5/configure.in 2009-01-07 17:13:32.000000000 +0000
|
||||
@@ -138,10 +138,10 @@
|
||||
echo "using APR's libtool"
|
||||
sh_libtool="`$apr_config --apr-libtool`"
|
||||
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="\$(abs_builddir)/$host_alias-libtool"
|
||||
dnl libtoolize requires that the following line not be indented
|
||||
AC_PROG_LIBTOOL
|
||||
fi
|
||||
15
meta/packages/subversion/subversion-1.5.5/libtool2.patch
vendored
Normal file
15
meta/packages/subversion/subversion-1.5.5/libtool2.patch
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
Index: subversion-1.5.5/configure.ac
|
||||
===================================================================
|
||||
--- subversion-1.5.5.orig/configure.ac 2008-08-26 18:27:56.000000000 +0100
|
||||
+++ subversion-1.5.5/configure.ac 2009-01-07 18:00:47.000000000 +0000
|
||||
@@ -153,8 +153,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"
|
||||
dnl libtoolize requires that the following line not be indented
|
||||
ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
|
||||
fi
|
||||
@@ -5,7 +5,7 @@ RDEPENDS = "neon"
|
||||
LICENSE = "Apache BSD"
|
||||
HOMEPAGE = "http://subversion.tigris.org"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
|
||||
file://disable-revision-install.patch;patch=1 \
|
||||
Reference in New Issue
Block a user