]> git.ipfire.org Git - ipfire-2.x.git/commit
mpd: Patch mpd to deal with format function being const in fmt-11.0.0 onwards
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 16 Jul 2024 11:00:05 +0000 (13:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:21 +0000 (15:21 +0000)
commita893eebb91f1713f3d6811b641b55028854514bd
tree230e3710b440fadfcd1d7aac1321a78087a062ec
parent6c0e02c80d4fc6a4f417c130b0e35778579a1d11
mpd: Patch mpd to deal with format function being const in fmt-11.0.0 onwards

- Commit has been made in mpd but no release has yet been made with the change. When the
   next version release of mpd occurs this patch can be removed.
- The patch changes all format calls to be const . Without this patch mpd will not build
   with fmt-11.0.0 or newer.
- Update of rootfile not required.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/mpd
src/patches/mpd-0.23.15_make_format_function_const_for_fmt-11.0.0.patch [new file with mode: 0644]