diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 19:25:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 19:25:04 +0100 |
commit | 9d558ab93a7d672f4fcf9c5c1bdd123005355b5d (patch) | |
tree | 8b4bc18bce0f6d82c462356a900a0196305bde6e /package/libtorrent | |
parent | b5b344787ba362d146651967691da117a12ff61d (diff) |
remove gettext-tiny, libintl is now included in uClibc-ng
Diffstat (limited to 'package/libtorrent')
-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 |