diff options
Diffstat (limited to 'repos/extra')
| -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 } |