We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbc98b commit ee294acCopy full SHA for ee294ac
scripts/update_deps.sh
@@ -14,9 +14,8 @@ wget -c "https://github.com./curl/curl/releases/download/curl-${CURL_MAJOR_VERSIO
14
15
(
16
cd curl-${CURL_MAJOR_VERSION}.${CURL_MINOR_VERSION}.${CURL_PATCH_VERSION} && \
17
- # we strip useless SSL backends (mac os and amiga). Only linux is supported.
18
# At the time of writing, autoconf was breaking because the autogenerated script was messy. :upsidedown:
19
- # so we instead removing those backends.
+ # so we are patching the option definitions with brackets to help autoconf generate the right scripts.
20
patch -p1 < ../patches/libcurl-strip-ssl-backends.patch
21
)
22
0 commit comments