diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-04-17 23:13:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-17 14:13:24 -0700 |
| commit | 4d8237b89ccefca3e50000406eebdc36d27aac07 (patch) | |
| tree | 86cb4ff0fc224e60a63516cf08b7f840aef4b670 /ports/libuv/CONTROL | |
| parent | 5f77f3e92b93f849bb73afeff77127a4f47f089e (diff) | |
| download | vcpkg-4d8237b89ccefca3e50000406eebdc36d27aac07.tar.gz vcpkg-4d8237b89ccefca3e50000406eebdc36d27aac07.zip | |
[libarchive, libuv]Fix static linkage (#10769)
* [libarchive] fix static linkage of libarchive in dependent ports (non yet)
* [libuv] fix static builds of dependent ports
* modernize portfiles
* remove POSIX_REGEX_LIB=NONE
since it is added elsewhere
* remove debug message
Diffstat (limited to 'ports/libuv/CONTROL')
| -rw-r--r-- | ports/libuv/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libuv/CONTROL b/ports/libuv/CONTROL index 7d9d1b1f3..efae9098f 100644 --- a/ports/libuv/CONTROL +++ b/ports/libuv/CONTROL @@ -1,4 +1,4 @@ Source: libuv -Version: 1.34.2 +Version: 1.34.2-1 Homepage: https://github.com/libuv/libuv Description: libuv is a multi-platform support library with a focus on asynchronous I/O. |
