File: 2002_shared_libs.patch

package info (click to toggle)
rust-notify-rust 4.12.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 576 kB
  • sloc: sh: 18; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: avoid feature "d_vendored" for statically linking system libraries
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,6 @@
 default = ["z"]
 # server = []
 d = ["dbus"]
-d_vendored = ["dbus/vendored"]
 z = ["zbus", "serde", "async"]
 z-with-tokio = ["zbus", "serde", "tokio"]
 async = ["zbus/async-io"]