From patchwork Tue Feb 9 20:23:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3883 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DZvVM1J78z3wpr for ; Tue, 9 Feb 2021 20:23:39 +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 4DZvVL3rRpz1NY; Tue, 9 Feb 2021 20:23:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DZvVL3PHTz2xLW; Tue, 9 Feb 2021 20:23:38 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DZvVK1wtgz2x9h for ; Tue, 9 Feb 2021 20:23:37 +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 4DZvVJ5gLBzqj; Tue, 9 Feb 2021 20:23:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1612902216; 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; bh=626Ffm8DunkLMai3qdVed8iDdzQuwt/bmxJxqZThCtg=; b=aCbH6RyPSLXwhSHdhVsBmTlBncPQEQTN4GHYZDOoZKOCPyjKd+l4QZ2o2Y+N0Gf/dSVqsE X0BHMPrO6Wi17OCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1612902216; 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; bh=626Ffm8DunkLMai3qdVed8iDdzQuwt/bmxJxqZThCtg=; b=ph4fSrq3bpYmhcT1yM9QyqArQmRRc/aGhbI8mnYV6HK+IoQ4dU0OLObFqtuTE29L33B+S0 FfarVZx6VryvMRQAx5kyrB8mnkJgbv7yYRhDAdusd8uny4nKn508SCR2YkOleS4nwkP/xc /eN3gQACq7MAc/KhPuEp//iev+RKG1E2Pk6Vsl6bhF5bx1nKsd6GwDYoS9WYi7LrrBcUPA tT9V3bNP3lcvMCrNzYw/1XBi6+Z41dUPim88fG/iJoOKpEmea76jNAcCL+RGilCzz6yenC YQb+nrpHgDymSqJfAr8GqPuWuX1iZ5VnOb/12c5ip4oFhmO3cTZJkdoKNCnToQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] lcd4linux: Update due to autoconf change Date: Tue, 9 Feb 2021 21:23:36 +0100 Message-Id: <20210209202336.3103485-1-adolf.belka@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - lcd4linux fails to build with autoconf-2.71 Required running of autoupdate on configure.in and autoreconf to solve files not found errors Signed-off-by: Adolf Belka --- lfs/lcd4linux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/lcd4linux b/lfs/lcd4linux index 198607e25..9121e6fa0 100644 --- a/lfs/lcd4linux +++ b/lfs/lcd4linux @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/lcd4linux TARGET = $(DIR_INFO)/$(THISAPP) PROG = lcd4linux -PAK_VER = 6 +PAK_VER = 7 DEPS = dpfhack libmpdclient @@ -78,6 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && autoreconf -v -i + cd $(DIR_APP) && autoupdate -v configure.in cd $(DIR_APP) && ./configure --with-plugins=all,!qnaplog,!dbus --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install