Skip to content

Commit 0cf4d4b

Browse files
committed
curl: build dynamically
1 parent 466f13c commit 0cf4d4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

recipes/net/curl/recipe.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ COOKBOOK_CONFIGURE_FLAGS=(
2525
--disable-ftp
2626
--disable-ipv6
2727
--disable-ntlm-wb
28-
--disable-shared
2928
--disable-tftp
3029
--disable-threaded-resolver
30+
--enable-shared
3131
--enable-static
3232
--with-ca-path=/etc/ssl/certs
3333
--with-nghttp2="${COOKBOOK_SYSROOT}"
@@ -40,7 +40,5 @@ cookbook_configure
4040

4141
[package]
4242
dependencies = [
43-
"openssl1",
44-
"zlib",
4543
"ca-certificates"
4644
]

0 commit comments

Comments
 (0)