Browse Source

fix mips build, reported and fix from Reuven

Waldemar Brodkorb 11 years ago
parent
commit
a8b6bacb42
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package/libtorrent/Makefile

+ 3 - 2
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