Skip to content

Commit c5ed634

Browse files
authored
Modify CURL_CONFIGURE to exclude libpsl
1 parent 431a0f3 commit c5ed634

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
@@ -1,5 +1,5 @@
11
cd src
2-
CURL_CONFIGURE="--with-openssl $CURL_CONFIGURE"
2+
CURL_CONFIGURE="--with-openssl --without-libpsl $CURL_CONFIGURE"
33

44
if [ "$SAGE_FAT_BINARY" = yes ]; then
55
# Let's disable a bunch of stuff which might get linked.

0 commit comments

Comments
 (0)