diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 10:09:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 10:09:05 +0200 |
commit | a8b6bacb423f9e349d74d7898da328c8c7ef22dc (patch) | |
tree | 451bf5093bb233fc26200132efc1bf2d69fbc01b /package | |
parent | 86eb75942ece93acb6034f451afaf8e1ed989e5d (diff) |
fix mips build, reported and fix from Reuven
Diffstat (limited to 'package')
-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 |