]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
igmpproxy: FTBFS on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 May 2017 11:24:19 +0000 (13:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2018 11:04:45 +0000 (12:04 +0100)
Needed automake update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/igmpproxy

index 7a943dd5405972f4e7c929a6813fa69cfb7b30c4..db9538064e40f1de30112f4d7f85882190ad8adf 100644 (file)
@@ -83,6 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && patch -Np1  < $(DIR_SRC)/src/patches/igmpproxy-004-Restrict-igmp-reports-forwarding-to-upstream-interfa.patch
        cd $(DIR_APP) && patch -Np1  < $(DIR_SRC)/src/patches/igmpproxy-100-use-monotic-clock-instead-of-time-of-day.patch
        cd $(DIR_APP) && aclocal && automake --add-missing && autoreconf
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install