[libevent] no absolute paths (#21179)

This commit is contained in:
autoantwort 2021-12-14 19:46:37 +01:00 committed by GitHub
parent a9ff505c5b
commit 1e1ed5d16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -63,6 +63,7 @@ vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/share/libevent/LibeventTargets-${_t
"${CURRENT_PACKAGES_DIR}" "${CURRENT_PACKAGES_DIR}"
"${CURRENT_INSTALLED_DIR}" "${CURRENT_INSTALLED_DIR}"
) )
vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/share/libevent/LibeventConfig.cmake "${SOURCE_PATH}/include;${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/include" "")
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs() vcpkg_copy_pdbs()

View File

@ -1,7 +1,7 @@
{ {
"name": "libevent", "name": "libevent",
"version": "2.1.12", "version": "2.1.12",
"port-version": 4, "port-version": 5,
"description": "An event notification library", "description": "An event notification library",
"homepage": "https://github.com/libevent/libevent", "homepage": "https://github.com/libevent/libevent",
"supports": "!uwp", "supports": "!uwp",

View File

@ -3434,7 +3434,7 @@
}, },
"libevent": { "libevent": {
"baseline": "2.1.12", "baseline": "2.1.12",
"port-version": 4 "port-version": 5
}, },
"libevhtp": { "libevhtp": {
"baseline": "1.2.18", "baseline": "1.2.18",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "4c3a73b8448f16fa69e497ef6f1df41a261a9b54",
"version": "2.1.12",
"port-version": 5
},
{ {
"git-tree": "0405b56180d4920314ae69183ed5184a6017f7a9", "git-tree": "0405b56180d4920314ae69183ed5184a6017f7a9",
"version": "2.1.12", "version": "2.1.12",