From b7622401cf63e89eb8fad006252e7563306c3353 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Sun, 20 Apr 2014 10:25:05 +0000 Subject: [PATCH] [packages] libtorrent: update to git head Signed-off-by: Peter Wagner SVN-Revision: 40536 --- libs/libtorrent/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index a53c3ccd6c..ce203ce57f 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -9,13 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent PKG_VERSION:=0.13.3-git - PKG_RELEASE=$(PKG_SOURCE_VERSION)-1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/rakshasa/libtorrent.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=6fb96e38f166a1189c1b9af2a6e95bf569a81d4b +PKG_SOURCE_VERSION:=680576e23e7d5f642ee51486fdf301ac0195e188 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_FIXUP:=autoreconf @@ -47,7 +46,8 @@ CONFIGURE_ARGS+= \ --enable-static \ --enable-aligned \ --disable-debug \ - --enable-openssl + --enable-openssl \ + --disable-instrumentation define Build/Configure ( cd $(PKG_BUILD_DIR); ./autogen.sh ); -- 2.30.2