From patchwork Tue Feb 22 12:51:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5266 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4K2zbc1Rbhz3xgV for ; Tue, 22 Feb 2022 12:52:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4K2zZz4KG5z5fH; Tue, 22 Feb 2022 12:52:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2zZy3dMrz32MT; Tue, 22 Feb 2022 12:52:10 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4K2zZj3QQlz32N2 for ; Tue, 22 Feb 2022 12:51:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4K2zZj0s05z5SH; Tue, 22 Feb 2022 12:51:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645534317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=15pOEggKbsUKrRKZ3oQoUjJ6ZomorQFo5MDGXAvL+oY=; b=WMQoT0+A9fawzGPqZqXRaxelfX6/7SpCVSaBjETFBi3Op1dedwKrfJgVUnUvTyPM9hbmXB 504Z9l/xDNKt9XBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645534317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=15pOEggKbsUKrRKZ3oQoUjJ6ZomorQFo5MDGXAvL+oY=; b=j23DJzx/d28fLV6rJ7LkqwHGlTi06RlyYSaYI/HB5fyOTuGg+YS+zLB3CMCjrImFG52HCD c+fptHKpe+SXOPNVRnQveVWaI8ikjHh7yLQZ07uhtbwq2GRrHDfSHft+Bjxi8QtsOP1719 hg6gG+xLd5yZq6OeFMj+S5QgS9AiyfPz9o6pwIrM8V23SYH6v06QAi8hIzbPTcp36NsmXt xK8zs0GB+geNzYuuMKkmo3kuBRabOhq/LoBXQ3pK+bu/UvYhbcig+phT4Bjn5ED0lb8n77 BX/oHSqsiISqjHJJEArilrLVkR1UyaSVnKYP7UqFzHJlBz7cMSfMNgAnXXSM5w== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 41/50] jq: Update autotools Date: Tue, 22 Feb 2022 12:51:26 +0000 Message-Id: <20220222125135.1211290-42-michael.tremer@ipfire.org> In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org> References: <20220222125135.1211290-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/jq | 1 + 1 file changed, 1 insertion(+) 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)