diff options
-rw-r--r-- | package/libtorrent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |