Skip to content

Commit ee294ac

Browse files
fixup! Patch libcurl configure.ac to work with later versions of autoconf
1 parent 8dbc98b commit ee294ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: scripts/update_deps.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ wget -c "https://github.com./curl/curl/releases/download/curl-${CURL_MAJOR_VERSIO
1414

1515
(
1616
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.
1817
# At the time of writing, autoconf was breaking because the autogenerated script was messy. :upsidedown:
19-
# so we instead removing those backends.
18+
# so we are patching the option definitions with brackets to help autoconf generate the right scripts.
2019
patch -p1 < ../patches/libcurl-strip-ssl-backends.patch
2120
)
2221

0 commit comments

Comments
 (0)