]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/iperf3
iperf3: Update automake
[ipfire-2.x.git] / lfs / iperf3
index 96b1e264d1292f8a7dde892b071656ae683c05e4..e40feaed888e2964efbc2f46c9282e43d0fe59ee 100644 (file)
@@ -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