disable "static" (vendored TLS libraries, libcurl, libz, and libdbus)
sqlite needs to be build static since it uses a feature not enabled in our sqlite

Index: meli/Cargo.toml
--- meli/Cargo.toml.orig
+++ meli/Cargo.toml
@@ -65,7 +65,7 @@ http-static = ["melib/http-static"]
 sqlite3-static = ["melib/sqlite3-static"]
 dbus-static = ["dep:notify-rust", "notify-rust?/d_vendored"]
 libz-static = ["dep:libz-sys", "libz-sys?/static"]
-static = ["tls-static", "http-static", "sqlite3-static", "dbus-static", "libz-static"]
+static = ["sqlite3-static"]
 
 # Print tracing logs as meli runs in stderr
 # enable for debug tracing logs: build with --features=debug-tracing and export MELI_DEBUG_STDERR
