]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/newt
README: Update installation URL
[ipfire-2.x.git] / lfs / newt
index 735df459b316493fecad5e6c0da9a4a53fbdf854..ca24b21b2f7dcebeb0af369ceba5f74466ae7653 100644 (file)
--- a/lfs/newt
+++ b/lfs/newt
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.52.18
+VER        = 0.52.21
 
 THISAPP    = newt-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 685721bee1a318570704b19dcf31d268
+$(DL_FILE)_MD5 = a0a5fd6b53bb167a65e15996b249ebb5
 
 install : $(TARGET)
 
@@ -70,8 +70,11 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr \
-               --without-gpm-support --without-tcl
+       cd $(DIR_APP) && ./configure            \
+                       --prefix=/usr           \
+                       --without-gpm-support   \
+                       --without-tcl           \
+                       --with-python=python3.8
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)