diff options
| author | emmett1 <me@emmett1.my> | 2026-06-23 16:48:14 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-23 16:48:14 +0800 |
| commit | 6d30d73785f42648c2ab30040f0763365e80b32e (patch) | |
| tree | f4f9d65cbb8758c45a31ffcc73090bdda3128f48 | |
| parent | 90aaefb7e6904dc86c183fd9f7c51c1ff4b38721 (diff) | |
| download | alicelinux-6d30d73785f42648c2ab30040f0763365e80b32e.tar.gz alicelinux-6d30d73785f42648c2ab30040f0763365e80b32e.zip | |
mpd: fix build
| -rw-r--r-- | repos/extra/mpd/abuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |