Skip to content

Commit

Permalink
[llhttp] no absolute paths (#28176)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Dec 6, 2022
1 parent 3414a89 commit 942b659
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/llhttp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ vcpkg_cmake_config_fixup(
)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE-MIT")

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/llhttp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "llhttp",
"version": "8.1.0",
"port-version": 1,
"description": "Port of http_parser to llparse.",
"homepage": "https://github.com/nodejs/llhttp",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4582,7 +4582,7 @@
},
"llhttp": {
"baseline": "8.1.0",
"port-version": 0
"port-version": 1
},
"llvm": {
"baseline": "14.0.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/llhttp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "655fdc5f25da19400df907e4d82fc0b148f02e9d",
"version": "8.1.0",
"port-version": 1
},
{
"git-tree": "39acd6919332902cf5fc9a9eb83e57f8eb548139",
"version": "8.1.0",
Expand Down

0 comments on commit 942b659

Please sign in to comment.