From: Michael Tremer Date: Wed, 24 Feb 2021 11:12:31 +0000 (+0000) Subject: iperf3: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72f4724f8970a38396a90ae8ee41ced1b7780e2e;p=people%2Fms%2Fipfire-2.x.git iperf3: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/iperf3 b/lfs/iperf3 index 96b1e264d1..e40feaed88 100644 --- a/lfs/iperf3 +++ b/lfs/iperf3 @@ -77,6 +77,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/iperf3/iperf-3.9-remove-pg-flag.patch + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install