aboutsummaryrefslogtreecommitdiffstats
path: root/community/mcfly/unbundle-sqlite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mcfly/unbundle-sqlite.patch')
-rw-r--r--community/mcfly/unbundle-sqlite.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/mcfly/unbundle-sqlite.patch b/community/mcfly/unbundle-sqlite.patch
deleted file mode 100644
index 54de1fccfde..00000000000
--- a/community/mcfly/unbundle-sqlite.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Link against system-provided sqlite3.
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -34,4 +34,4 @@
-
- [dependencies.rusqlite]
- version = "0.15.0"
--features = ["bundled", "functions", "unlock_notify"]
-+features = ["functions", "unlock_notify"]
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -91,12 +91,6 @@
- checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
-
- [[package]]
--name = "cc"
--version = "1.0.52"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
--
--[[package]]
- name = "cfg-if"
- version = "0.1.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-@@ -256,7 +250,6 @@
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "742b695cbfb89e549dca6960a55e6802f67d352e33e97859ee46dee835211b0f"
- dependencies = [
-- "cc",
- "pkg-config",
- "vcpkg",
- ]