Forwarded: not-needed
Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>
Gbp-Pq: Topic vendor
Gbp-Pq: Name cargo-do-not-force-liblzma-sys-static-linking.patch
// avoid rebuilding when running tests.
cargo.env("SYSROOT", builder.sysroot(compiler));
- // if tools are using lzma we want to force the build script to build its
- // own copy
- cargo.env("LZMA_API_STATIC", "1");
-
// Note that `miri` always uses jemalloc. As such, there is no checking of the jemalloc build flag.
// See also the "JEMALLOC_SYS_WITH_LG_PAGE" setting in the compile build step.
if env::var_os("JEMALLOC_SYS_WITH_LG_PAGE").is_none() {