diff options
| author | almikhayl <almikhayl@users.noreply.github.com> | 2020-06-11 11:02:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 01:02:50 -0700 |
| commit | 9574e60a26af7a7a8b14439cc37b86cc8ae55a4b (patch) | |
| tree | 540a55e9c9b14e1e0c9126d2ccaa6b8c8de4e6b6 /ports/libpcap/CONTROL | |
| parent | 8bd2b60f4ee4f166efd4dcb65b19782d5385fb4c (diff) | |
| download | vcpkg-9574e60a26af7a7a8b14439cc37b86cc8ae55a4b.tar.gz vcpkg-9574e60a26af7a7a8b14439cc37b86cc8ae55a4b.zip | |
[libpcap] Fix pkgconfig libs and include path (#9426)
* [libpcap] Fix pkgconfig libs and include path
* [libpcap] use vcpkg_fixup_pkgconfig instead of homegrown
* Update ports/libpcap/portfile.cmake
* Update ports/libpcap/CONTROL
* Update ports/libpcap/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/libpcap/CONTROL')
| -rw-r--r-- | ports/libpcap/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libpcap/CONTROL b/ports/libpcap/CONTROL index 3c60fc840..7fa9d01bc 100644 --- a/ports/libpcap/CONTROL +++ b/ports/libpcap/CONTROL @@ -1,4 +1,5 @@ Source: libpcap -Version: 1.9.1 +Version: 1.9.1-1 Description: A portable C/C++ library for network traffic capture Homepage: https://www.tcpdump.org/ +Supports: linux |
