diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 690b21c22d8e2..a5d4345e7fbf2 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1462,7 +1462,7 @@ toolchain_src_configure() { # respect USE=graphite here in case the user passes some # graphite flags rather than try strip them out. $(use_with graphite isl) - --without-zstd + $(use_with zstd) --with-system-zlib )