We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ed634 commit c0f02f2Copy full SHA for c0f02f2
build/pkgs/curl/spkg-install.in
@@ -4,7 +4,7 @@ CURL_CONFIGURE="--with-openssl --without-libpsl $CURL_CONFIGURE"
4
if [ "$SAGE_FAT_BINARY" = yes ]; then
5
# Let's disable a bunch of stuff which might get linked.
6
# SSL/TLS still depends on the compilation environment.
7
- 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"
+ CURL_CONFIGURE="--disable-ldap --disable-ldaps --disable-rtsp --disable-ares --disable-crypto-auth --without-libssh2 --without-librtmp --without-libidn --without-nghttp2 --without-gssapi $CURL_CONFIGURE"
8
fi
9
10
sdh_configure $CURL_CONFIGURE
0 commit comments