newt: Update to python-3.10

- Update of configure option in lfs
- Update of rootfile

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Adolf Belka
2022-01-24 17:16:53 +01:00
committed by Peter Müller
parent aed2183b06
commit b6109c849a
2 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--prefix=/usr \
--without-gpm-support \
--without-tcl \
--with-python=python3.8
--with-python=python3.10
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)