From a8b6bacb423f9e349d74d7898da328c8c7ef22dc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Jun 2014 10:09:05 +0200 Subject: fix mips build, reported and fix from Reuven --- package/libtorrent/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/libtorrent/Makefile') diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index c570c8ade..f14d3abf4 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libtorrent PKG_VERSION:= 0.13.4 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= e82f380a9d4b55b379e0e73339c73895 PKG_DESCR:= bittorrent library PKG_SECTION:= libs/net @@ -23,7 +23,8 @@ $(eval $(call PKG_template,LIBTORRENT,libtorrent,${PKG_VERSION}-${PKG_RELEASE},$ AUTOTOOL_STYLE:= autoreconf CONFIGURE_ARGS+= --enable-aligned \ - --without-kqueue + --without-kqueue \ + --disable-instrumentation libtorrent-install: ${INSTALL_DIR} ${IDIR_LIBTORRENT}/usr/lib -- cgit v1.2.3