Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix #34360: curl configure --without-libmetalink no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
RefurioAnachro committed Aug 14, 2022
1 parent bf6aeb9 commit c42eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/curl/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd src
if [ "$SAGE_FAT_BINARY" = yes ]; then
# Let's disable a bunch of stuff which might get linked.
# SSL/TLS still depends on the compilation environment.
CURL_CONFIGURE="--disable-ldap --disable-ldaps --disable-rtsp --disable-ares --disable-crypto-auth --without-libpsl --without-libmetalink --without-libssh2 --without-librtmp --without-libidn --without-nghttp2 --without-gssapi $CURL_CONFIGURE"
CURL_CONFIGURE="--disable-ldap --disable-ldaps --disable-rtsp --disable-ares --disable-crypto-auth --without-libpsl --without-libssh2 --without-librtmp --without-libidn --without-nghttp2 --without-gssapi $CURL_CONFIGURE"
fi

if [ "$UNAME" = "Darwin" ]; then
Expand Down

0 comments on commit c42eef0

Please sign in to comment.