Skip to content

Commit

Permalink
deps/curl: sync build flags with Yggdrasil/LibCURL
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jul 5, 2022
1 parent b81a6e2 commit 452f588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/curl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ CURL_CONFIGURE_FLAGS := $(CONFIGURE_COMMON) \
# A few things we actually enable
CURL_CONFIGURE_FLAGS += --enable-versioned-symbols \
--with-libssh2=${build_prefix} --with-zlib=${build_prefix} --with-nghttp2=${build_prefix}
CURL_CONFIGURE_FLAGS += --without-gssapi

# We use different TLS libraries on different platforms.
# On Windows, we use schannel
Expand Down

0 comments on commit 452f588

Please sign in to comment.