From patchwork Sun Aug 16 10:29:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3366 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BTtmj6Td4z3x0m for ; Sun, 16 Aug 2020 10:33:09 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BTtk24YyRz11b; Sun, 16 Aug 2020 10:30:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtk20mpjz30Wp; Sun, 16 Aug 2020 10:30:50 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BTtk14PTcz2y5Q for ; Sun, 16 Aug 2020 10:30:49 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BTtjx3ytLz11L; Sun, 16 Aug 2020 10:30:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573845; 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=yKiPr0E1jcEuPwar7n2SfLLsak662tuD0dlnofRCnls=; b=AyBoJsBvYMO+GSwlo8qWWNjsgCBOTpZI/KT0IZ0HSJhLypCX+9TILZbXCKS7xDQZyBwMYa zolocTtthwuD3CBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573845; 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=yKiPr0E1jcEuPwar7n2SfLLsak662tuD0dlnofRCnls=; b=IL1IGDakJDp71OGkYdXfoIshG4+JEQBkfm1mq1U6ltZKAugk0acU6Qf5Ta/PhqKGaJdOi2 SpcyvN/5maFBr9YC6eqbB9Q1SI5LKmG97KRzIZymfay/pE+NPPS9e8cDqIBRvnO99yqQX/ 9DCsNgGAu1Yxyv3aekd3lveZEy2/wfOMs5n9g9wuS6IJzZcZwolAOPLS/akiTfU90k5IDV ixOnqzVQfJFn0jUC7W+sKg4tpgNXnpKA+KVE2xuIcO/79wlW/JxHCBWPDSltgbh6oifMrX qkkHCMqRtMYApIdRlYFJQkSk5X6TvLLBKSs2OlNsoCmUScmY69ZYJaSalhaHYg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 60/62] make: Run autoreconf after applying patches Date: Sun, 16 Aug 2020 10:29:51 +0000 Message-Id: <20200816102953.3881-60-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> References: <20200816102953.3881-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/make | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/make b/lfs/make index 411a1b008..971b705df 100644 --- a/lfs/make +++ b/lfs/make @@ -90,6 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/make-4.2.1-glob-build-fix.patch cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/make-4.2.1-glob-SEGV.patch + cd $(DIR_APP) && autoreconf -vfi cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install