]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
flac: Resolve configure unrecognised option(s)
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 29 Apr 2026 17:50:22 +0000 (19:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2026 19:47:53 +0000 (19:47 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/flac

index 9075e9f92c841221ceb4a0574523b2c4d95470f4..67fb64ea0cd30d4ba2e561e84ca8c8af0a4a80c8 100644 (file)
--- a/lfs/flac
+++ b/lfs/flac
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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