diff options
Diffstat (limited to 'package/rtorrent')
-rw-r--r-- | package/rtorrent/Makefile | 2 |
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: |