diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2020-06-12 08:13:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 23:13:23 -0700 |
| commit | 310f4df34f154e1e2cd0502a717baf6ccbe29549 (patch) | |
| tree | dbbf01f44946a684801b1a460e91d7a0a6b66ebe /ports/libpcap/CONTROL | |
| parent | 50deb3eceb64f387249a6513b51190137dfd7352 (diff) | |
| download | vcpkg-310f4df34f154e1e2cd0502a717baf6ccbe29549.tar.gz vcpkg-310f4df34f154e1e2cd0502a717baf6ccbe29549.zip | |
[libpcap] Enable compilation of libpcap port on x86-windows and x64-windows (#10731)
* Enable compilation of libpcap port on x86-windows and x64-windows
As winpcap and libpcap install the same headers, this two
port have been marked as not not compatible, and cannot be
installed together.
* Update ci.baseline.txt
* Add libcrafter failing ports to ci.baseline.txt
Diffstat (limited to 'ports/libpcap/CONTROL')
| -rw-r--r-- | ports/libpcap/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libpcap/CONTROL b/ports/libpcap/CONTROL index 7fa9d01bc..d96e55895 100644 --- a/ports/libpcap/CONTROL +++ b/ports/libpcap/CONTROL @@ -1,5 +1,5 @@ Source: libpcap -Version: 1.9.1-1 +Version: 1.9.1-2 Description: A portable C/C++ library for network traffic capture Homepage: https://www.tcpdump.org/ -Supports: linux +Supports: !(arm64|uwp|osx) |
