From 6d30d73785f42648c2ab30040f0763365e80b32e Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 23 Jun 2026 16:48:14 +0800 Subject: mpd: fix build --- repos/extra/mpd/abuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/extra/mpd/abuild b/repos/extra/mpd/abuild index cc8f961c..229392b0 100644 --- a/repos/extra/mpd/abuild +++ b/repos/extra/mpd/abuild @@ -4,6 +4,8 @@ release=1 source="https://www.musicpd.org/download/${name}/${version%.*}/${name}-${version}.tar.xz run" sv="run" +build_opt="-Dcpp_args=-DFMT_DEPRECATED_HEAVY_CORE" + postbuild() { install -Dm 0644 doc/mpdconf.example $PKG/etc/mpd/mpd.conf } -- cgit v1.2.3