aboutsummaryrefslogtreecommitdiff
path: root/ports/libtorrent/CONTROL
diff options
context:
space:
mode:
authorFrancisco Pombal <FranciscoPombal@users.noreply.github.com>2020-05-12 04:12:34 +0100
committerGitHub <noreply@github.com>2020-05-11 20:12:34 -0700
commit3834f961702cde4aa799e6a7b48c283363763bee (patch)
tree0693705fba358f6a0bf92aaa507c9a8fc2800272 /ports/libtorrent/CONTROL
parent4acff1659313d8794d678c35a147cb3db35d219a (diff)
downloadvcpkg-3834f961702cde4aa799e6a7b48c283363763bee.tar.gz
vcpkg-3834f961702cde4aa799e6a7b48c283363763bee.zip
[libtorrent] add iconv feature on windows and clean up portfile (#11257)
Diffstat (limited to 'ports/libtorrent/CONTROL')
-rw-r--r--ports/libtorrent/CONTROL6
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/libtorrent/CONTROL b/ports/libtorrent/CONTROL
index 645b8f84b..943708ee5 100644
--- a/ports/libtorrent/CONTROL
+++ b/ports/libtorrent/CONTROL
@@ -1,5 +1,5 @@
Source: libtorrent
-Version: 1.2.6
+Version: 1.2.6-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
@@ -11,6 +11,10 @@ Description: build with deprecated functions enabled
Feature: examples
Description: build the examples in the examples directory
+Feature: iconv
+Build-Depends: libiconv (windows)
+Description: build with libiconv on Windows
+
Feature: python
Build-Depends: boost-python, libtorrent[deprfun]
Description: build the python bindings in bindings/python directory