[librdkafka] Fix feature curl compilation error under arm64-osx triplet (#39919)

This commit is contained in:
jim wang 2024-07-16 13:14:08 +00:00 committed by GitHub
parent 6cd9d7ff90
commit a26e56558c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View File

@ -19,7 +19,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
zstd WITH_ZSTD
snappy WITH_SNAPPY
curl WITH_CURL
curl WITH_OAUTHBEARER_OIDC
)
vcpkg_cmake_configure(
@ -69,7 +68,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
endif()
# Handle copyright
configure_file("${SOURCE_PATH}/LICENSES.txt" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSES.txt" )
# Install usage
configure_file("${CMAKE_CURRENT_LIST_DIR}/usage" "${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" @ONLY)

View File

@ -1,7 +1,7 @@
{
"name": "librdkafka",
"version": "2.3.0",
"port-version": 2,
"port-version": 3,
"description": "The Apache Kafka C/C++ library",
"homepage": "https://github.com/confluentinc/librdkafka",
"license": null,

View File

@ -4918,7 +4918,7 @@
},
"librdkafka": {
"baseline": "2.3.0",
"port-version": 2
"port-version": 3
},
"libredwg": {
"baseline": "0.13.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "43fbb6abd2228252734e70f03890aba159c4d45c",
"version": "2.3.0",
"port-version": 3
},
{
"git-tree": "6aa42a9dc181a15946be77986a9eaa45e0534f3c",
"version": "2.3.0",