Author: Michael R. Crusoe <crusoe@debian.org>
Description: Remove the "static" feature to match liblzma-sys
Forwaded: not-needed

We only use the system liblzma, never static build
--- liblzma.orig/Cargo.toml
+++ liblzma/Cargo.toml
@@ -54,7 +54,6 @@
     "liblzma-sys/parallel",
     "num_cpus",
 ]
-static = ["liblzma-sys/static"]
 thin-lto = ["liblzma-sys/thin-lto"]
 uncheck_liblzma_version = ["liblzma-sys/uncheck_liblzma_version"]
 
