]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
libnl-3: Update automake
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Feb 2021 17:04:31 +0000 (17:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Mar 2021 11:14:50 +0000 (11:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libnl-3

index 70ae0069ffbc1a1cba2bf3acae80d65efb196fc7..76687988685e511da4cd627e07c1465174cfdefe 100644 (file)
@@ -73,6 +73,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 --sysconfdir=/etc
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install