From: Michael Tremer Date: Wed, 24 Feb 2021 11:12:19 +0000 (+0000) Subject: iperf: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54ac6b5333a6cf3ecf8240231b62de1b2988fa88;p=people%2Fms%2Fipfire-2.x.git iperf: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/iperf b/lfs/iperf index 3cc7733b85..07ad3e6ea1 100644 --- a/lfs/iperf +++ b/lfs/iperf @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install