upgrade libtorrent and rtorrent
[packages.git] / libs / libtorrent / patches / 100-fix_cross_compile.patch
1 Index: libtorrent-0.12.6_r1209/configure.ac
2 ===================================================================
3 --- libtorrent-0.12.6_r1209.orig/configure.ac   2011-03-27 12:23:16.000000000 +0200
4 +++ libtorrent-0.12.6_r1209/configure.ac        2011-04-13 16:33:17.487339738 +0200
5 @@ -17,7 +17,6 @@
6  
7  AM_INIT_AUTOMAKE
8  AM_CONFIG_HEADER(config.h)
9 -AM_PATH_CPPUNIT(1.9.6)
10  AC_DISABLE_STATIC
11  
12  AM_DISABLE_STATIC
13 @@ -118,5 +117,4 @@
14         src/protocol/Makefile
15         src/tracker/Makefile
16         src/utils/Makefile
17 -        test/Makefile
18  ])
19 Index: libtorrent-0.12.6_r1209/Makefile.am
20 ===================================================================
21 --- libtorrent-0.12.6_r1209.orig/Makefile.am    2010-03-01 20:04:58.000000000 +0100
22 +++ libtorrent-0.12.6_r1209/Makefile.am 2011-04-13 16:33:17.487339738 +0200
23 @@ -1,4 +1,4 @@
24 -SUBDIRS = src test
25 +SUBDIRS = src
26  
27  pkgconfigdir = $(libdir)/pkgconfig
28  pkgconfig_DATA = libtorrent.pc