6c1fba9db9
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26652 3c298f89-4303-0410-b956-a3cf2f4a3e73
29 lines
905 B
Diff
29 lines
905 B
Diff
Index: libtorrent-0.12.6_r1209/configure.ac
|
|
===================================================================
|
|
--- libtorrent-0.12.6_r1209.orig/configure.ac 2011-03-27 12:23:16.000000000 +0200
|
|
+++ libtorrent-0.12.6_r1209/configure.ac 2011-04-13 16:33:17.487339738 +0200
|
|
@@ -17,7 +17,6 @@
|
|
|
|
AM_INIT_AUTOMAKE
|
|
AM_CONFIG_HEADER(config.h)
|
|
-AM_PATH_CPPUNIT(1.9.6)
|
|
AC_DISABLE_STATIC
|
|
|
|
AM_DISABLE_STATIC
|
|
@@ -118,5 +117,4 @@
|
|
src/protocol/Makefile
|
|
src/tracker/Makefile
|
|
src/utils/Makefile
|
|
- test/Makefile
|
|
])
|
|
Index: libtorrent-0.12.6_r1209/Makefile.am
|
|
===================================================================
|
|
--- libtorrent-0.12.6_r1209.orig/Makefile.am 2010-03-01 20:04:58.000000000 +0100
|
|
+++ libtorrent-0.12.6_r1209/Makefile.am 2011-04-13 16:33:17.487339738 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-SUBDIRS = src test
|
|
+SUBDIRS = src
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libtorrent.pc
|