1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/mcfly/unbundle-sqlite.patch
2022-07-25 14:16:51 +00:00

37 lines
964 B
Diff

Link against system-provided sqlite3.
diff --git a/Cargo.toml b/Cargo.toml
index 5bffc4e..38b19bd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,4 +36,4 @@ unicode-segmentation = "1.9"
[dependencies.rusqlite]
version = "0.28"
-features = ["bundled", "functions", "unlock_notify"]
+features = ["functions", "unlock_notify"]
diff --git a/Cargo.lock b/Cargo.lock
index 29a3324..24ac8be 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -66,12 +66,6 @@ dependencies = [
"serde",
]
-[[package]]
-name = "cc"
-version = "1.0.73"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
-
[[package]]
name = "cfg-if"
version = "1.0.0"
@@ -254,7 +248,6 @@ version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8664486da51de68fbb3331d37c2a0fff4b60e988f284670a6a0833a8e6406ad"
dependencies = [
- "cc",
"pkg-config",
"vcpkg",
]