Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
# Cleanup environment from any variables
unexport BUILD_ARCH BUILD_PLATFORM BUILDTARGET CROSSTARGET TOOLCHAIN TOOLS_DIR
unexport XZ_OPT
+unexport ZSTD_OPT
# Basic Variables
EMPTY :=
--xattrs-include='*' \
--sparse
-ZSTD_OPTIONS = \
- -T$(PARALLELISM) \
- -19 \
- --long
-
# URLs that are common sources of downloads. If you're having trouble with
# a site you should change its URL to that of a suitable mirror site.
#
# Compression Options
[XZ_OPT]="${XZ_OPT[@]}"
+ [ZSTD_OPT]="${ZSTD_OPT[@]}"
# Build Architecture
[BUILD_ARCH]="${BUILD_ARCH}"