libtorrent: update to latest git HEAD
authorPeter Wagner <tripolar@gmx.at>
Sun, 18 Jan 2015 19:05:55 +0000 (20:05 +0100)
committerPeter Wagner <tripolar@gmx.at>
Sun, 18 Jan 2015 19:05:55 +0000 (20:05 +0100)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
libs/libtorrent/Makefile
libs/libtorrent/patches/100-fix_cross_compile.patch

index 76cf04773b54853ab1b85e519d2c1c481e597ea3..1d6fd10d341da36ff016303d6c1d02fbf3e7c763 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libtorrent
-PKG_VERSION:=0.13.4-git
-PKG_RELEASE=$(PKG_SOURCE_VERSION)-1
+PKG_VERSION:=0.13.4-git-0
+PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/rakshasa/libtorrent.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=51cd5ea8913a5f5062813d9f5b6256c76d41ea11
+PKG_SOURCE_VERSION:=72e908707f01ee01a9b4918436c64348878b63f7
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 
 PKG_FIXUP:=autoreconf
@@ -48,7 +48,8 @@ CONFIGURE_ARGS+= \
        --enable-aligned \
        --disable-debug \
        --enable-openssl \
-       --disable-instrumentation
+       --disable-instrumentation \
+       --with-zlib=$(STAGING_DIR)/usr
 
 define Build/Configure
        ( cd $(PKG_BUILD_DIR); ./autogen.sh );
index 202ee00334c08674b8304c1c4c64d5ced1983302..a0969465a44d5aad7cbf02ac1b427f57cd8e9d20 100644 (file)
@@ -21,7 +21,7 @@
        #include <unistd.h>
 --- a/scripts/common.m4
 +++ b/scripts/common.m4
-@@ -223,7 +223,7 @@ dnl   Need to fix this so that it uses t
+@@ -153,7 +153,7 @@ dnl   Need to fix this so that it uses t
  AC_DEFUN([TORRENT_CHECK_EXECINFO], [
    AC_MSG_CHECKING(for execinfo.h)
  
@@ -30,7 +30,7 @@
        #include <execinfo.h>
        int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;}
        ])],
-@@ -238,7 +238,7 @@ AC_DEFUN([TORRENT_CHECK_EXECINFO], [
+@@ -168,7 +168,7 @@ AC_DEFUN([TORRENT_CHECK_EXECINFO], [
  AC_DEFUN([TORRENT_CHECK_ALIGNED], [
    AC_MSG_CHECKING(the byte alignment)