diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-13 13:46:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-13 13:46:22 +0100 |
commit | 864661054966bee22941afb027236ab4b5571c77 (patch) | |
tree | b781ecfab0fb83310392a4dcaa54fa3c4007ec71 /package/rtorrent/Makefile | |
parent | c67ff8ce1b902a6a844040b11317b5554b4c4baf (diff) |
add pthread to LDFLAGS
Diffstat (limited to 'package/rtorrent/Makefile')
-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: |