From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Pwk1GNJz36VG for ; Wed, 29 Apr 2026 17:50:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g5Pwf6HN1z30Md for ; Wed, 29 Apr 2026 17:50:42 +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 4g5Pwf40Rjz76B; 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=1777485042; 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=b6B1INZxunU0u5X8sdFbvtnqkItSA9KbsIho5vCLs/w=; b=RPAPuXRQQQECnmlXJkhsup30VSEVk31ElmiX3x2Lky+AMaFKkd2G5M6e+WeUHz44ZkDpDb +w5Y6BP0L/ATsFBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485042; 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=b6B1INZxunU0u5X8sdFbvtnqkItSA9KbsIho5vCLs/w=; b=fpyI5KMcrzyUZJVVou8TWEHpTiOrx2DxZWNYeY8C1jup1KLD4gY66g2Jfmu5IRMERmQRck LgNZxu2ttE5fABU6Tb2LIOnpWljpvJjl7wtB1Y0ymKgyu5EjJfjClxwrrc9H4LmnwpfN9n Ss2KJbcohdVRSmowOhYDsPOkTXdy1FcFo6G1aswpdEbTngJwT3UH3SBVHtlXlm55y1TIyH 7Kk0GKFKroJtR/sCTqityNHON3RWsxnalpMMk1loOfifnWNlub58FwhO9Q3TDySVrq5NVb PHEe0Rs6aRaurn6HclB3a0db3dxnWvmkvFMeIQ20ajHvHzBEHM8nPisU2qZ7TQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 02/12] flac: Resolve configure unrecognised option(s) Date: Wed, 29 Apr 2026 19:50:22 +0200 Message-ID: <20260429175032.2811103-2-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 Content-Transfer-Encoding: 8bit - configure: WARNING: unrecognized options: --disable-xmms-plugin - the xmms plugin was removed from flac in version 1.4.2 in 2022 so the option is no longer needed and has been removed Signed-off-by: Adolf Belka --- lfs/flac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lfs/flac b/lfs/flac index 9075e9f92..67fb64ea0 100644 --- a/lfs/flac +++ b/lfs/flac @@ -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 # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = flac -PAK_VER = 5 +PAK_VER = 6 DEPS = libogg @@ -84,7 +84,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && \ ./configure \ --prefix=/usr \ - --disable-xmms-plugin \ --disable-thorough-tests cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.54.0