From 18ab4b72a26284f0df28295ce7bf9b21c96f20f4 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Thu, 10 Sep 2020 07:06:25 +0100 Subject: [libtorrent] Fix build on arm-linux community triplet (#13375) * [libtorrent] Fix build on arm-linux community triplet * [libtorrent] Add Port-Version to CONTROL file Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Add explicit dependeny on boost-pool for all triplets Co-authored-by: Robert Schumacher Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher --- ports/libtorrent/CONTROL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/libtorrent/CONTROL b/ports/libtorrent/CONTROL index e0fa5a95b..47ef41845 100644 --- a/ports/libtorrent/CONTROL +++ b/ports/libtorrent/CONTROL @@ -1,8 +1,9 @@ Source: libtorrent Version: 1.2.10 +Port-Version: 1 Homepage: https://github.com/arvidn/libtorrent Description: An efficient feature complete C++ BitTorrent implementation -Build-Depends: openssl, boost-system, boost-date-time, boost-chrono, boost-random, boost-asio, boost-crc, boost-config, boost-iterator, boost-scope-exit, boost-multiprecision, boost-variant +Build-Depends: openssl, boost-system, boost-date-time, boost-chrono, boost-random, boost-asio, boost-crc, boost-config, boost-iterator, boost-scope-exit, boost-multiprecision, boost-pool, boost-variant Supports: !uwp&!(windows&arm) Feature: deprfun -- cgit v1.2.3