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

Commit 78271ce

Browse files
authored
curl: disable some unneeded features (#561)
1 parent c47414b commit 78271ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/software/curl.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"--with-ssl",
5151
"--with-zlib",
5252
"--with-nghttp2",
53+
"--disable-docs",
54+
"--disable-libcurl-option",
55+
"--disable-versioned-symbols",
5356
]
5457
configure(*configure_options, env: env)
5558

0 commit comments

Comments
 (0)