summaryrefslogtreecommitdiff
path: root/package/rtorrent/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-13 13:46:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-13 13:46:22 +0100
commit864661054966bee22941afb027236ab4b5571c77 (patch)
treeb781ecfab0fb83310392a4dcaa54fa3c4007ec71 /package/rtorrent/Makefile
parentc67ff8ce1b902a6a844040b11317b5554b4c4baf (diff)
add pthread to LDFLAGS
Diffstat (limited to 'package/rtorrent/Makefile')
-rw-r--r--package/rtorrent/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/rtorrent/Makefile b/package/rtorrent/Makefile
index 81e24f493..0ba65ff05 100644
--- a/package/rtorrent/Makefile
+++ b/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: