Browse Source

add pthread to LDFLAGS

Waldemar Brodkorb 12 years ago
parent
commit
8646610549
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/rtorrent/Makefile

+ 2 - 0
package/rtorrent/Makefile

@@ -18,6 +18,8 @@ PKG_ARCH_DEPENDS:=	!avr32
 
 include ${TOPDIR}/mk/package.mk
 
+TARGET_LDFLAGS+=	-lpthread
+
 $(eval $(call PKG_template,RTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
 rtorrent-install: