diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-12 17:40:44 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-10-12 17:43:49 -0700 |
commit | 5a7148d112113544611ee358a7d062cec85c1629 (patch) | |
tree | 9ff07764d93ed9762183c3c78a09413192dd0e9b /libs/libtorrent | |
parent | 233398ced53bcf42eba58d840175db4362eb9ce6 (diff) |
treewide: add missing BUILDONLY
Fixes Makefile warnings:
WARNING: skipping X -- package has no install section
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libtorrent')
-rw-r--r-- | libs/libtorrent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 15b018d70..111618120 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -31,6 +31,7 @@ define Package/libtorrent TITLE:=Rakshasa's BitTorrent library URL:=https://rakshasa.github.io/rtorrent/ DEPENDS:=+libopenssl +libstdcpp +zlib + BUILDONLY:=1 endef define Package/libtorrent/description |