From: Florian Fainelli Date: Sun, 2 May 2010 13:09:26 +0000 (+0000) Subject: [package] update rtorrent to 0.8.6 (#7252) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c871b1613a7e3095383c0e05e305f52d4e41e458 [package] update rtorrent to 0.8.6 (#7252) SVN-Revision: 21299 --- diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 14b0de5007..456bbe4b50 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtorrent -PKG_REV:=1130 +PKG_REV:=1165 PKG_VERSION:=0.8.6_r$(PKG_REV) PKG_RELEASE:=1 diff --git a/net/rtorrent/patches/100-fix_cross_compile.patch b/net/rtorrent/patches/100-fix_cross_compile.patch index a263cf9a76..00bd91eb2c 100644 --- a/net/rtorrent/patches/100-fix_cross_compile.patch +++ b/net/rtorrent/patches/100-fix_cross_compile.patch @@ -1,3 +1,30 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -2,7 +2,6 @@ + + AM_INIT_AUTOMAKE + AM_CONFIG_HEADER(config.h) +-AM_PATH_CPPUNIT(1.9.6) + + AC_PROG_CXX + AC_PROG_LIBTOOL +@@ -64,5 +63,4 @@ + src/rpc/Makefile + src/ui/Makefile + src/utils/Makefile +- test/Makefile + ]) +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,7 +1,4 @@ +-SUBDIRS = \ +- doc \ +- src \ +- test ++SUBDIRS = src + + EXTRA_DIST= \ + autogen.sh \ --- a/scripts/common.m4 +++ b/scripts/common.m4 @@ -209,7 +209,7 @@ dnl Need to fix this so that it uses t