]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
jq: Update autotools
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2022 12:51:26 +0000 (12:51 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 22 Feb 2022 19:41:39 +0000 (19:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/jq

diff --git a/lfs/jq b/lfs/jq
index b44571dff03bd2362dffe8959d76dc0d1053a207..e1660cc17e3407aad53bca29e651cb4874c84b27 100644 (file)
--- 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)