From 11cb518e477e40205a95b59078f6eeb259b34655 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 29 Mar 2010 11:03:30 +0000 Subject: [PATCH] fix libtorrent build failure (#6981) SVN-Revision: 20578 --- libs/libtorrent/Makefile | 2 +- libs/libtorrent/patches/130-missing_inttypes.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 libs/libtorrent/patches/130-missing_inttypes.patch diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 81aa97fe0..5cfe8b8b4 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent PKG_REV:=1130 PKG_VERSION:=0.12.6_r$(PKG_REV) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/libs/libtorrent/patches/130-missing_inttypes.patch b/libs/libtorrent/patches/130-missing_inttypes.patch new file mode 100644 index 000000000..09ff6d898 --- /dev/null +++ b/libs/libtorrent/patches/130-missing_inttypes.patch @@ -0,0 +1,11 @@ +diff -urN libtorrent-0.12.6_r1130/rak/allocators.h libtorrent-0.12.6_r1130.new/rak/allocators.h +--- libtorrent-0.12.6_r1130/rak/allocators.h 2009-12-26 12:16:21.000000000 +0100 ++++ libtorrent-0.12.6_r1130.new/rak/allocators.h 2010-03-29 11:49:51.000000000 +0200 +@@ -43,6 +43,7 @@ + #include + #include + #include ++#include + + namespace rak { + -- 2.30.2