Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit f450ec5

Browse files
committed
curl: use --with-openssl instead of deprecated --with-ssl
with-ssl was deprecated in 7bdec2a08bf025d2f66c168111d47df6b21890d9
1 parent a4333b9 commit f450ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/curl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"--without-gnutls",
5151
"--without-librtmp",
5252
"--without-libssh2",
53-
"--with-ssl",
53+
"--with-openssl",
5454
"--with-zlib",
5555
"--with-nghttp2",
5656
]

0 commit comments

Comments
 (0)