[41/50] jq: Update autotools

Message ID 20220222125135.1211290-42-michael.tremer@ipfire.org
State Accepted
Commit 1c49332fa3337b49627312b057ce8a878de2bf3e
Headers
Series [01/50] expat: Update to version 2.4.6 - Security/CVE fixes |

Commit Message

Michael Tremer Feb. 22, 2022, 12:51 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/jq | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/lfs/jq b/lfs/jq
index b44571dff..e1660cc17 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)