mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +08:00
[librdkafka] Fix feature curl compilation error under arm64-osx triplet (#39919)
This commit is contained in:
parent
6cd9d7ff90
commit
a26e56558c
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -4918,7 +4918,7 @@
|
||||
},
|
||||
"librdkafka": {
|
||||
"baseline": "2.3.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libredwg": {
|
||||
"baseline": "0.13.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "43fbb6abd2228252734e70f03890aba159c4d45c",
|
||||
"version": "2.3.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "6aa42a9dc181a15946be77986a9eaa45e0534f3c",
|
||||
"version": "2.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user