From patchwork Fri Feb 21 12:44:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8479 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YzqbJ3BVBz3wbt for ; Fri, 21 Feb 2025 12:45:00 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YzqbF4b0Wz4ZC; Fri, 21 Feb 2025 12:44:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YzqbF43VYz32SL; Fri, 21 Feb 2025 12:44:57 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YzqbB2Z9Yz2yHY for ; Fri, 21 Feb 2025 12:44:54 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Yzqb96lCTzlg; Fri, 21 Feb 2025 12:44:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1740141894; 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=+BlrBbK1qJjjsGfmuVUh3sHLNpPp6J1AGdlU49sH6pA=; b=qZl3G+nDZVCBn3WifH2tDTUwMNwxipOBZXjc7WsKPkK6QIbROBb4Nri6VhHE0MkaDnBI9d YBA29i0+Q+ad0cCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1740141894; 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=+BlrBbK1qJjjsGfmuVUh3sHLNpPp6J1AGdlU49sH6pA=; b=FSnkxICoMtD6OHErtZd1+nXnoU4laKGoaOdrdPEeBgZGACyv3AqrdVqM2NrknlHvEY1Ddz yAKXbpJXZs6kgMElEVWwh3R8Cc1ysGxno1cJhZYLY7Ht0/z7QpkkenoouPlYfDNnig8iw9 EdGq9mGhkDcKPEBEjcLWG/pj3J+6d3YSotNe7tusvpdAfC/5ZAbXp61LKduNmPHDaSWAcq tGd17FnDcsHWrXJhPjhALj7F2oMdHdAaZ6z7S/INtSMiGZqG1yTBMqlgPJZKprDd160/2H WOCci4p3Y2WaNulXu+iuTH7lonPbzzDzTwq63wqv//lRkrDI81eovECr0IHyTw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] pmacct: Remove autogen.sh step so it builds with autoconf-2.72 Date: Fri, 21 Feb 2025 13:44:49 +0100 Message-ID: <20250221124449.1635655-2-adolf.belka@ipfire.org> In-Reply-To: <20250221124449.1635655-1-adolf.belka@ipfire.org> References: <20250221124449.1635655-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: QZYHEFP3OCZJ3GW4AYAZYG33S7N47OKC X-Message-ID-Hash: QZYHEFP3OCZJ3GW4AYAZYG33S7N47OKC X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Although the pmacct source tarball has a configure script provided, for some reason the lfs file ran autogen.sh first and therefore re-created the configure script. Whatever the autogen.sh script was creating it ended up with a result that the new autoconf-2.72 didn't like. Some problem with an end of line that was not of the expected structure. - It seems reasonable to use the configure script that has been provided by the pmacct developers in the source tarbal, so this patch removes the use of the autogen.sh script and uses the configure script provided by pmacct. This then allowed a successful build with the autoconf-2.72 Signed-off-by: Adolf Belka --- lfs/pmacct | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lfs/pmacct b/lfs/pmacct index 5348c2add..91de82d3f 100644 --- a/lfs/pmacct +++ b/lfs/pmacct @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2019-2024 IPFire Team # +# Copyright (C) 2019-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -81,7 +81,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc/pmacct \