curl: build dynamically

This commit is contained in:
Jeremy Soller 2025-05-14 09:25:36 -06:00
parent 466f13c6f4
commit 0cf4d4b146
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -25,9 +25,9 @@ COOKBOOK_CONFIGURE_FLAGS=(
--disable-ftp
--disable-ipv6
--disable-ntlm-wb
--disable-shared
--disable-tftp
--disable-threaded-resolver
--enable-shared
--enable-static
--with-ca-path=/etc/ssl/certs
--with-nghttp2="${COOKBOOK_SYSROOT}"
@ -40,7 +40,5 @@ cookbook_configure
[package]
dependencies = [
"openssl1",
"zlib",
"ca-certificates"
]