make.sh: Pass extra options in lfsmake1

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-09 19:46:30 +00:00
parent a59e8abb1e
commit a28226714b

View File

@@ -865,7 +865,7 @@ lfsmake1() {
exiterror "Downloading ${pkg}"
fi
if ! make_pkg "${pkg}" TOOLCHAIN=1 ROOT="${BUILD_DIR}"; then
if ! make_pkg "${pkg}" TOOLCHAIN=1 ROOT="${BUILD_DIR}" "$@"; then
print_status FAIL
exiterror "Building ${pkg}"