packages/libs/libtorrent/patches/100-fix_cross_compile.patch
florian e2827ec501 [package] update libtorrent to 0.12.6 (#7252)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-02 13:09:19 +00:00

25 lines
440 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,6 @@
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
-AM_PATH_CPPUNIT(1.9.6)
AC_DISABLE_STATIC
AM_DISABLE_STATIC
@@ -117,5 +116,4 @@
src/protocol/Makefile
src/tracker/Makefile
src/utils/Makefile
- test/Makefile
])
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src test
+SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libtorrent.pc