From c733ccc495329bbc9e563d1ba8fefab4cab8cd8a Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 30 Jan 2022 19:10:33 +0100 Subject: [PATCH] rust: Build rust and all packages later when Python 3 is available Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index fca4b24c09..2320238eab 100755 --- a/make.sh +++ b/make.sh @@ -1215,6 +1215,7 @@ buildipfire() { lfsmake2 sqlite lfsmake2 libffi lfsmake2 python3 + lfsmake2 rust lfsmake2 gdb lfsmake2 grub lfsmake2 efivar @@ -1341,7 +1342,6 @@ buildipfire() { lfsmake2 rrdtool lfsmake2 setup lfsmake2 libdnet - lfsmake2 rust lfsmake2 jansson lfsmake2 yaml lfsmake2 libhtp -- 2.39.5