diff options
Diffstat (limited to 'package/libtorrent/Makefile')
-rw-r--r-- | package/libtorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index 6035637e4..f631b37fd 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -10,7 +10,8 @@ PKG_HASH:= 2838a08c96edfd936aff8fbf99ecbb930c2bfca3337dd1482eb5fccdb80d5a04 PKG_DESCR:= bittorrent library PKG_SECTION:= libs/net PKG_DEPENDS:= libsigc++ zlib libressl -PKG_BUILDDEP:= libsigc++ zlib libressl gettext-tiny +PKG_BUILDDEP:= libsigc++ zlib libressl +PKG_NEEDS:= intl PKG_URL:= https://rakshasa.github.io/rtorrent/ PKG_SITES:= http://rtorrent.net/downloads/ PKG_OPTS:= dev |