From: Michael Tremer Date: Fri, 11 Feb 2022 16:10:01 +0000 (+0000) Subject: jq: Update autotools X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=091a2faae3fb443b7dc999eddad2fab8a0b0f2c1;p=people%2Fms%2Fipfire-2.x.git jq: Update autotools Signed-off-by: Michael Tremer --- diff --git a/lfs/jq b/lfs/jq index b44571dff0..e1660cc17e 100644 --- a/lfs/jq +++ b/lfs/jq @@ -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 \ --without-oniguruma cd $(DIR_APP) && make $(MAKETUNING)