File: skip-static-and-wasm

package info (click to toggle)
rust-liblzma-sys 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: ansic: 97; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Don't build nor test the static or wasm features in Debian
Forwarded: not-needed
--- liblzma-sys.orig/Cargo.toml
+++ liblzma-sys/Cargo.toml
@@ -63,8 +63,3 @@
 bindgen = []
 default = ["bindgen"]
 parallel = []
-static = []
-wasm = [
-    "static",
-    "bindgen",
-]