diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 13:50:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 13:50:51 +0200 |
commit | 30ce23043ebc1866b97bed84e9c65febba1cb269 (patch) | |
tree | a823d4880d4499293fbf4118df2b1e7476ed7a2c /package/libtorrent/Makefile | |
parent | 68fde722139a7097ce91573901a4cc38f7a8f7ca (diff) |
needs libintl.h
Diffstat (limited to 'package/libtorrent/Makefile')
-rw-r--r-- | package/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index 959d0e286..4e68e3211 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= 96c0b81501357df402ab592f59ecaeab PKG_DESCR:= bittorrent library PKG_SECTION:= libs PKG_DEPENDS:= libopenssl libsigc++ -PKG_BUILDDEP:= openssl libsigc++ +PKG_BUILDDEP:= openssl libsigc++ gettext-tiny PKG_URL:= http://libtorrent.rakshasa.no/ PKG_SITES:= http://libtorrent.rakshasa.no/downloads/ PKG_OPTS:= dev |