mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
make.sh: Correctly pass ZSTD_OPT
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
# Cleanup environment from any variables
|
||||
unexport BUILD_ARCH BUILD_PLATFORM BUILDTARGET CROSSTARGET TOOLCHAIN TOOLS_DIR
|
||||
unexport XZ_OPT
|
||||
unexport ZSTD_OPT
|
||||
|
||||
# Basic Variables
|
||||
EMPTY :=
|
||||
@@ -71,11 +72,6 @@ TAR_OPTIONS = \
|
||||
--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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user