From: Michael Tremer Date: Tue, 16 Feb 2021 17:04:31 +0000 (+0000) Subject: libnl-3: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66559d5d3a98efcc045f4ed1579bf82d8c0ae5b6;p=people%2Fms%2Fipfire-2.x.git libnl-3: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/libnl-3 b/lfs/libnl-3 index 70ae0069ff..7668798868 100644 --- a/lfs/libnl-3 +++ b/lfs/libnl-3 @@ -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