Skip to content

Commit

Permalink
[libevent] no absolute paths (#21179)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Dec 14, 2021
1 parent a9ff505 commit 1e1ed5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/libevent/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/share/libevent/LibeventTargets-${_t
"${CURRENT_PACKAGES_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_copy_pdbs()

Expand Down
2 changes: 1 addition & 1 deletion ports/libevent/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libevent",
"version": "2.1.12",
"port-version": 4,
"port-version": 5,
"description": "An event notification library",
"homepage": "https://github.com/libevent/libevent",
"supports": "!uwp",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3434,7 +3434,7 @@
},
"libevent": {
"baseline": "2.1.12",
"port-version": 4
"port-version": 5
},
"libevhtp": {
"baseline": "1.2.18",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libevent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c3a73b8448f16fa69e497ef6f1df41a261a9b54",
"version": "2.1.12",
"port-version": 5
},
{
"git-tree": "0405b56180d4920314ae69183ed5184a6017f7a9",
"version": "2.1.12",
Expand Down

0 comments on commit 1e1ed5d

Please sign in to comment.