From 6a867ede1b678d11e2a504f5f183d91f7a293023 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 24 Feb 2021 11:11:48 +0000 Subject: [PATCH] apcupsd: Update automake Signed-off-by: Michael Tremer --- lfs/apcupsd | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/apcupsd b/lfs/apcupsd index 6240015d15..d63c79f8b4 100644 --- a/lfs/apcupsd +++ b/lfs/apcupsd @@ -77,6 +77,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 --enable-usb --enable-cgi \ --with-cgi-bin=/srv/web/ipfire/cgi-bin cd $(DIR_APP) && make $(MAKETUNING) -- 2.39.5