Skip to content

Commit afa53f1

Browse files
committed
Disable IPv6 when building curl
1 parent df1da0d commit afa53f1

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

pkg/mac/build-static-library.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ else
3434
exit 1
3535
fi
3636

37-
# Apply the patch to disable IPv6 when building curl, otherwise curl will depend on some
38-
# frameworks (CoreFoundation, CoreServices, SystemConfiguration) that cannot be bundled
39-
# into the static library `libpulsarwithdeps.a`.
40-
# It requires the extra link options like `-framework CoreFoundation -framework CoreServices -framework SystemConfiguration`.
41-
sed -i.bak 's/set(OPTIONS "")/set(OPTIONS -DENABLE_IPV6=OFF)/' vcpkg/ports/curl/portfile.cmake
42-
4337
INSTALL_DIR=$PWD/pkg/mac/.install
4438
set -x
4539
cmake -B build-osx \

vcpkg

Submodule vcpkg updated from 97dd267 to a1acae5

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pulsar-cpp",
33
"version": "3.5.0",
44
"description": "Pulsar C++ SDK",
5-
"builtin-baseline": "b051745c68faa6f65c493371d564c4eb8af34dad",
5+
"builtin-baseline": "a1acae54be24d4e6eb5050c158be800ff1e8e14e",
66
"dependencies": [
77
{
88
"name": "asio",
@@ -25,7 +25,7 @@
2525
"features": [
2626
"openssl"
2727
],
28-
"version>=": "8.4.0"
28+
"version>=": "8.5.0#2"
2929
},
3030
{
3131
"name": "dlfcn-win32",

0 commit comments

Comments
 (0)