File: skip-static-and-wasm

package info (click to toggle)
rust-liblzma-sys 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ansic: 94; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
@@ -52,13 +52,8 @@
 default = ["bindgen"]
 fat-lto = []
 parallel = []
-static = []
 thin-lto = []
 uncheck_liblzma_version = []
-wasm = [
-    "static",
-    "bindgen",
-]
 
 [lib]
 name = "liblzma_sys"