From patchwork Wed Apr 29 17:50:26 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9756 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g5Px10w2cz3wpF for ; Wed, 29 Apr 2026 17:51:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g5Px057frz7Hn for ; Wed, 29 Apr 2026 17:51:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Pwq2wxHz378D for ; Wed, 29 Apr 2026 17:50:51 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g5Pwm6lQdz32xs for ; Wed, 29 Apr 2026 17:50:48 +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 4g5Pwm4KfTz78p; Wed, 29 Apr 2026 17:50:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777485048; 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=/ZuQv+XZPdgImgeqGiOxY1Mx049p47CIPmD25hwP1d8=; b=acjH1+3hPiLn3VXg0fhC5OGMjo8h0hg28kbUVFm92g+D68EQ8nXymLmtLJVgZhMmf5y6tE 3h+dbH1C4qtB67Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485048; 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=/ZuQv+XZPdgImgeqGiOxY1Mx049p47CIPmD25hwP1d8=; b=fy6KB3Wg1hVTrMY/K4l9E9G1X7iyGvrFlXvdJTUb6foRyyN8gpLwF/+yDoeN3uVu3xLxrb 0poc3ITeeQ4NayMxyIieb0HnRr3V8qj+CbfO35Fo7fYJeBRPihsDP2PpBWjxNLlzOCpmEb HrSOrJsQ2kmfsJEiBGX/cCVDAzWzjWIzvkaa0K8ieEJkXp38bf26oBuMgm/JbwwKghPUt7 k3QEhZ8GUPRY/TAw3OBylkVQUjUhJPcqOgYgaWJzgCIUo4mH0ceWJX9mJOk8+avKbq2ocF 7jJu2wwwh9xFlW4GRvaWJvL8E0L1AJHztHy4/NHzMPowFSkQLOqGdMAoNhmFdQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 06/12] linux-atm: Resolve configure unrecognised option(s) Date: Wed, 29 Apr 2026 19:50:26 +0200 Message-ID: <20260429175032.2811103-6-adolf.belka@ipfire.org> In-Reply-To: <20260429175032.2811103-1-adolf.belka@ipfire.org> References: <20260429175032.2811103-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - configure: WARNING: unrecognized options: --disable-nls - Checked the tarballs all the way back to 2.4.0 (2001) and nls has never been a configure option that can be selected. - Based on that the option has been removed. Signed-off-by: Adolf Belka --- lfs/linux-atm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lfs/linux-atm b/lfs/linux-atm index 10f84d46f..545c3ba91 100644 --- a/lfs/linux-atm +++ b/lfs/linux-atm @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2026 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 # @@ -79,7 +79,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-atm-use_socklen_t.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-atm-remove-define-hacks.patch cd $(DIR_APP) && autoreconf -vfi - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-nls + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --sysconfdir=/etc cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)