diff options
| author | myd7349 <myd7349@gmail.com> | 2019-03-08 08:43:12 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-07 16:43:12 -0800 |
| commit | adc005f87729d7f4b3f53181a2759a4d72b8d2ac (patch) | |
| tree | 7cd43ccb7e71e31bb80453fd7ad11316ad239f32 /ports/zeromq/CONTROL | |
| parent | a675e048df8e5a400952c741f71f2f92d914b544 (diff) | |
| download | vcpkg-adc005f87729d7f4b3f53181a2759a4d72b8d2ac.tar.gz vcpkg-adc005f87729d7f4b3f53181a2759a4d72b8d2ac.zip | |
[zeromq] Add sodium support and fix static build (#4214)
* [zeromq] Add new feature
* [zeromq] Fix static build
Diffstat (limited to 'ports/zeromq/CONTROL')
| -rw-r--r-- | ports/zeromq/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/zeromq/CONTROL b/ports/zeromq/CONTROL index 85bee72f7..9d1570874 100644 --- a/ports/zeromq/CONTROL +++ b/ports/zeromq/CONTROL @@ -1,3 +1,7 @@ Source: zeromq Version: 2019-01-30 Description: The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products + +Feature: sodium +Description: Using libsodium for CURVE security +Build-Depends: libsodium |
