зеркало из https://github.com/microsoft/vcpkg.git
[vcpkg baseline][libpcap] Fix flex command --header-file (#34670)
* fix libpcap * update version * DISABLE_PARALLEL_CONFIGURE * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
Родитель
a0b6a284ad
Коммит
374023bdbb
|
@ -33,6 +33,7 @@ string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" USE_STATIC_RT)
|
|||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
OPTIONS
|
||||
-DDISABLE_NETMAP=ON
|
||||
-DDISABLE_BLUETOOTH=ON
|
||||
|
@ -48,7 +49,7 @@ vcpkg_cmake_configure(
|
|||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
|
||||
# On Windows 64-bit, libpcap 1.10.1 installs the libraries in a x64 subdirectory of the usual directories
|
||||
if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "libpcap",
|
||||
"version-semver": "1.10.4",
|
||||
"port-version": 1,
|
||||
"description": "A portable C/C++ library for network traffic capture",
|
||||
"homepage": "https://www.tcpdump.org/",
|
||||
"license": "BSD-3-Clause",
|
||||
|
|
|
@ -4554,7 +4554,7 @@
|
|||
},
|
||||
"libpcap": {
|
||||
"baseline": "1.10.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libpff": {
|
||||
"baseline": "2021-11-14",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7bfda50e586151e14fb6704ed154e8747bc64ea9",
|
||||
"version-semver": "1.10.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "3af367bec0a2e0049f723ffb3654d262e775ac45",
|
||||
"version-semver": "1.10.4",
|
||||
|
|
Загрузка…
Ссылка в новой задаче