File: drop-ruby-static-feature.patch

package info (click to toggle)
rust-rb-sys 0.9.124-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: ansic: 198; sh: 16; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: drop ruby-static feature
 libruby does not provide libruby-static in debian.
Author: Ananthu C V <weepingclown@disroot.org>
Forwarded: not-needed
Last-Update: 2024-05-01
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,6 @@
 link-ruby = []
 no-link-ruby = []
 ruby-macros = ["stable-api"]
-ruby-static = []
 stable-api = []
 stable-api-compiled-fallback = ["stable-api"]
 stable-api-compiled-force = []