From patchwork Wed Apr 29 17:50:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9754 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 4g5Pww6z7xz3x94 for ; Wed, 29 Apr 2026 17:50:56 +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 4g5Pww6DZ5z7J3 for ; Wed, 29 Apr 2026 17:50:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Pwj4DJZz34XC for ; Wed, 29 Apr 2026 17:50:45 +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 4g5Pwg0q2Dz331X for ; Wed, 29 Apr 2026 17:50:43 +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 4g5Pwf6Z62z7D7; Wed, 29 Apr 2026 17:50:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777485043; 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=JmsGU3gRV02BqczZc9jaXr9siK2+tmFKi6Ey7J9ZZQs=; b=EQ/+tquACklTEn13yK8GEySwd7xbpYafgauSTJNeNZ53Uaesb1efPyFXtQ6Daf5jPw59jv kl4H73z7VIqTRxBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485043; 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=JmsGU3gRV02BqczZc9jaXr9siK2+tmFKi6Ey7J9ZZQs=; b=HiECNhG93fDi4N985oWQCIEBV+ZJMaf7+ajoTYakzkGi4WQJXF+vG9BPsnxN69VsD5zdZV vg70HgT1e3EpKzkAAcMHYzMtjdN6wg+5/w+WoWk6hTLa04rKjMf3pIFcq7UmaH2rhhIzgH /DHYg8DXHQnQq0aflCjkkZopxZ+KsLUTbQJESWPzwqw6PJTUWUqeTn4H4NSczcd/aeSMWU e6O8xqHdzSnULPMEEUkl7z72b0GPkyF4j+0mZyp3C+U/euEjQnX5GI02WLE1cyi/mS0yvo 8kbY/NfjHnG+L9FofZGCuTX2XjLUQQCKNoDohC/OzAgshFfVvAns/7SBVITYaw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 04/12] gnutls: Resolve configure unrecognised option(s) Date: Wed, 29 Apr 2026 19:50:24 +0200 Message-ID: <20260429175032.2811103-4-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-guile - The guile bindings were removed and made into a separate package in version 3.8.0 in 2023 Signed-off-by: Adolf Belka --- lfs/gnutls | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lfs/gnutls b/lfs/gnutls index 15d0362dd..c869100ba 100644 --- a/lfs/gnutls +++ b/lfs/gnutls @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 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 # @@ -74,8 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ./configure \ --prefix=/usr \ --without-p11-kit \ - --disable-openssl-compatibility \ - --disable-guile + --disable-openssl-compatibility cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)