diff options
Diffstat (limited to 'package/libtorrent')
-rw-r--r-- | package/libtorrent/Config.in | 2 | ||||
-rw-r--r-- | package/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | package/libtorrent/patches/patch-src_tracker_tracker_dht_cc | 10 |
3 files changed, 3 insertions, 13 deletions
diff --git a/package/libtorrent/Config.in b/package/libtorrent/Config.in index ab8ae5585..c77cd4425 100644 --- a/package/libtorrent/Config.in +++ b/package/libtorrent/Config.in @@ -11,7 +11,7 @@ config ADK_PACKAGE_LIBTORRENT choice prompt "C++ library to use" depends on ADK_PACKAGE_LIBTORRENT -default ADK_COMPILE_LIBTORRENT_WITH_STDCXX if ADK_TARGET_LIB_GLIBC +default ADK_COMPILE_LIBTORRENT_WITH_STDCXX if ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_EGLIBC default ADK_COMPILE_LIBTORRENT_WITH_UCLIBCXX if ADK_TARGET_LIB_UCLIBC config ADK_COMPILE_LIBTORRENT_WITH_STDCXX diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index 74ab79c9a..331086440 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libtorrent -PKG_VERSION:= 0.12.4 +PKG_VERSION:= 0.12.5 PKG_RELEASE:= 1 -PKG_MD5SUM:= 7e4b4c29a69c86c38e3e60ec11fc2255 +PKG_MD5SUM:= fe8155d364b220713074423100d4bf29 PKG_DESCR:= A bittorrent library PKG_SECTION:= libs PKG_DEPENDS:= libopenssl libsigc++ diff --git a/package/libtorrent/patches/patch-src_tracker_tracker_dht_cc b/package/libtorrent/patches/patch-src_tracker_tracker_dht_cc deleted file mode 100644 index 94dc7b1a8..000000000 --- a/package/libtorrent/patches/patch-src_tracker_tracker_dht_cc +++ /dev/null @@ -1,10 +0,0 @@ ---- libtorrent-0.12.4.orig/src/tracker/tracker_dht.cc 2008-08-26 22:18:34.000000000 +0200 -+++ libtorrent-0.12.4/src/tracker/tracker_dht.cc 2009-08-28 17:44:05.940697717 +0200 -@@ -37,6 +37,7 @@ - #include "config.h" - - #include <sstream> -+#include <cstdio> - - #include "dht/dht_router.h" - #include "torrent/connection_manager.h" |