diff options
Diffstat (limited to 'package')
-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 8777baf87..56034a7f9 100644 --- a/package/rtorrent/Makefile +++ b/package/rtorrent/Makefile @@ -15,6 +15,8 @@ PKG_NEEDS:= c++ PKG_URL:= https://rakshasa.github.io/rtorrent/ PKG_SITES:= http://rtorrent.net/downloads/ +PKG_CFLINE_RTORRENT:= depends on ADK_BROKEN + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz include ${ADK_TOPDIR}/mk/package.mk |