summaryrefslogtreecommitdiff
path: root/package/libtorrent/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-07 21:17:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 12:55:24 +0200
commit6635b3481c9929de30b0fd289a9c9a056ba51476 (patch)
tree5fb25cffa5de3b143147582254b3d6c6fd356010 /package/libtorrent/patches
parent7543a2db56e2e1c02fb51af027bfc7f5ff0bd73e (diff)
update to latest upstream version
Diffstat (limited to 'package/libtorrent/patches')
-rw-r--r--package/libtorrent/patches/patch-configure_ac18
-rw-r--r--package/libtorrent/patches/patch-src_tracker_tracker_udp_cc11
2 files changed, 18 insertions, 11 deletions
diff --git a/package/libtorrent/patches/patch-configure_ac b/package/libtorrent/patches/patch-configure_ac
new file mode 100644
index 000000000..c81950e7d
--- /dev/null
+++ b/package/libtorrent/patches/patch-configure_ac
@@ -0,0 +1,18 @@
+--- libtorrent-0.13.4.orig/configure.ac 2014-05-14 16:18:48.000000000 +0200
++++ libtorrent-0.13.4/configure.ac 2014-06-06 14:36:37.000000000 +0200
+@@ -19,7 +19,6 @@ AC_SUBST(LIBTORRENT_INTERFACE_VERSION_NO
+
+ AM_INIT_AUTOMAKE
+ AC_CONFIG_HEADERS(config.h)
+-AM_PATH_CPPUNIT(1.9.6)
+
+ AC_PROG_CXX
+
+@@ -98,7 +97,6 @@ AC_CHECK_FUNCS(posix_memalign)
+ TORRENT_CHECK_MADVISE()
+ TORRENT_CHECK_CACHELINE()
+ TORRENT_CHECK_POPCOUNT()
+-TORRENT_CHECK_EXECINFO()
+ TORRENT_CHECK_PTHREAD_SETNAME_NP()
+ TORRENT_MINCORE()
+ TORRENT_OTFD()
diff --git a/package/libtorrent/patches/patch-src_tracker_tracker_udp_cc b/package/libtorrent/patches/patch-src_tracker_tracker_udp_cc
deleted file mode 100644
index 5a0b90666..000000000
--- a/package/libtorrent/patches/patch-src_tracker_tracker_udp_cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- libtorrent-0.12.4.orig/src/tracker/tracker_udp.cc 2008-05-07 14:19:13.000000000 +0200
-+++ libtorrent-0.12.4/src/tracker/tracker_udp.cc 2009-08-28 17:51:08.510691244 +0200
-@@ -36,6 +36,8 @@
-
- #include "config.h"
-
-+#include <cstdio>
-+
- #include <sigc++/adaptors/bind.h>
- #include <torrent/connection_manager.h>
-