summaryrefslogtreecommitdiff
path: root/devel/sentry-cli/files/patch-Cargo.toml
blob: a9e4ea885cc870fe3c5d78311979faacb5557897 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Do not statically link with Curl and OpenSSL.  This also removes
the openssl-src dependency.

--- Cargo.toml.orig	2023-06-03 08:32:50 UTC
+++ Cargo.toml
@@ -25,7 +25,7 @@ clap = { version = "4.1.6", default-features = false, 
   "error-context"
 ] }
 console = "0.15.5"
-curl = { version = "0.4.44", features = ["static-curl", "static-ssl"] }
+curl = { version = "0.4.44" }
 dirs = "4.0.0"
 dotenv = "0.15.0"
 elementtree = "1.2.3"