Skip to content

Commit c0f02f2

Browse files
authored
Remove
1 parent c5ed634 commit c0f02f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/curl/spkg-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CURL_CONFIGURE="--with-openssl --without-libpsl $CURL_CONFIGURE"
44
if [ "$SAGE_FAT_BINARY" = yes ]; then
55
# Let's disable a bunch of stuff which might get linked.
66
# 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"
7+
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"
88
fi
99

1010
sdh_configure $CURL_CONFIGURE

0 commit comments

Comments
 (0)