Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions ports/llhttp/fix-usage.patch

This file was deleted.

7 changes: 3 additions & 4 deletions ports/llhttp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nodejs/llhttp
REF refs/tags/release/v${VERSION}
SHA512 7e6f5427b4b6d778ecefff892db78894ef4fd22a79e9c1f2c24d38d603d885755bdc8b0e8202b47c8bc209d3caf45a7293214617390a7a9c33bffbaab59fe5da
SHA512 725332e20aace7215c3cb7a4973e6fe72e6ed80c451c513c4caade0f8e5a276e0725733637fe30c6e3312a68fba3dcdad50ab2f17f52d4120dbecef970fa4e70
PATCHES
fix-usage.patch
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" LLHTTP_BUILD_STATIC)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" LLHTTP_BUILD_SHARED)
Expand All @@ -15,8 +14,8 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_SHARED_LIBS=${LLHTTP_BUILD_SHARED}
-DBUILD_STATIC_LIBS=${LLHTTP_BUILD_STATIC}
-DLLHTTP_BUILD_SHARED_LIBS=${LLHTTP_BUILD_SHARED}
-DLLHTTP_BUILD_STATIC_LIBS=${LLHTTP_BUILD_STATIC}
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/llhttp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llhttp",
"version": "9.2.1",
"version": "9.3.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 @@ -5985,7 +5985,7 @@
"port-version": 1
},
"llhttp": {
"baseline": "9.2.1",
"baseline": "9.3.1",
"port-version": 0
},
"llnl-units": {
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": "eda1a9af9d7bd952048bc9aa85663d52ef250481",
"version": "9.3.1",
"port-version": 0
},
{
"git-tree": "d59b0801cd7dd4850fee67f24ae329c72db84458",
"version": "9.2.1",
Expand Down
Loading