]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
iperf: Update automake
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Feb 2021 11:12:19 +0000 (11:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Mar 2021 11:14:51 +0000 (11:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/iperf

index 3cc7733b85208927d8bd49d5f71ad9a4889c7c75..07ad3e6ea132019a8d201991d6f8f968d3d47b6d 100644 (file)
--- 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