openwrt-packages/net/rtorrent
Jo-Philipp Wich 94822d00c8 rtorrent: remove manual autoconf invocation
The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.

The bad autoconf call leads to the following build error in the SDK:

	( cd .../rtorrent-0.9.4-git; ./autogen.sh );
	aclocal...
	autoheader...
	libtoolize... libtoolize nor glibtoolize not found
	make[2]: *** [.../rtorrent-0.9.4-git/.configured_] Error 1

Remove the entire Build/Configure override to let rtorrent build correctly.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 20:41:33 +01:00
..
patches rtorrent: update to git HEAD 2015-01-18 20:04:56 +01:00
Makefile rtorrent: remove manual autoconf invocation 2015-02-07 20:41:33 +01:00