From patchwork Wed Apr 29 17:50:32 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9762 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 4g5Px81zM8z3wkr for ; Wed, 29 Apr 2026 17:51:08 +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 4g5Px809nxz7NP for ; Wed, 29 Apr 2026 17:51:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Px53w3Nz32g0 for ; Wed, 29 Apr 2026 17:51:05 +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 4g5Pwz0xQRz34Rr for ; Wed, 29 Apr 2026 17:50:59 +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 4g5Pwy5ssMz7JY; Wed, 29 Apr 2026 17:50:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485058; 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=4fpflUlQ8uUQ5Y55JY/9YEyBvSvlgSasT9XpwcPkB88=; b=CuzGn7wt7LR1c7ol3HUgbRGWhBG4UcmFQaBQk122wLwIu9MOh3xhANaBkodcjUZR4hbRWe WICAw6Xm1xLc/V4sdihkIfppVGP8tJ7MMrIwt9kYaaXjkt7wISyYO0t/xtzgQprxNILQ7b JeJw/2AiM3/BQpbaBfkxDt44tTQh8VjBnQ8IL0idVgaHQmq0ZwFFX34zUS4+EcMBtO1nqY JfegSXVfG/ug/wkk7ArXI4AMq/tc+x9NWWlckxlYj+g72i7m4FZDUVDu+tFDwgUoPO5UNO cEE4J/cf/YNDsbgfr7KfOWN9y7cUMvJHi97kxKjX7F1RiVLgpxnlAeRTx6g1AQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777485058; 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=4fpflUlQ8uUQ5Y55JY/9YEyBvSvlgSasT9XpwcPkB88=; b=Lc6hI1AvdyaVb0i6sd7FbprbLpnt7ciD/fDj1u+psi7N/RPa+I83qFtK2trXYuZ7Aj0Xci 7p2JMAwJht/RruAg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 12/12] suricata: Resolve configure unrecognised option(s) Date: Wed, 29 Apr 2026 19:50:32 +0200 Message-ID: <20260429175032.2811103-12-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: --enable-rust - This option was in place when rust was still being used experimentally. From version 5.0.0 rust became standard for the build and so the option was removed. from configure - Option removed Signed-off-by: Adolf Belka --- lfs/suricata | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/suricata b/lfs/suricata index 419257017..6ef15b468 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -84,7 +84,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-libjansson-libraries=/usr/lib \ --with-libjansson-includes=/usr/include \ --disable-suricata-update \ - --enable-rust \ --enable-unix-socket # Drop the Cargo.lock file before building.