From: Michael Tremer Date: Tue, 16 Feb 2021 16:53:07 +0000 (+0000) Subject: json-c: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2bf7b3f6de44c3441886cac42570c69c74c0211;p=people%2Fms%2Fipfire-2.x.git json-c: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/json-c b/lfs/json-c index 51a20ccbfb..6a0b6c0f80 100644 --- a/lfs/json-c +++ b/lfs/json-c @@ -73,6 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-static cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install