diff options
author | Max Kellermann <max@musicpd.org> | 2018-11-04 11:54:40 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-11-04 11:54:40 +0100 |
commit | e3bc85d7bfde1452e1ed103d2367fe76769fc366 (patch) | |
tree | b53154854ea97992235bc43822a0047d3867ee2a /NEWS | |
parent | 6f242836e6ea5f9de303d4b0a0622d06580ea310 (diff) |
meson.build: require Meson 0.47.2
Meson 0.47.1 suffers from a bug which breaks linking the MPD
executable because the `-lpthread` flag is not propagated from our
`thread.a`.
See https://github.com/mesonbuild/meson/pull/3895
Closes #403
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ ver 0.21.1 (not yet released) * fix build failure on Linux-PowerPC * fix build failure on FreeBSD * eliminate DLL dependencies on Windows +* require Meson 0.47.2 because a Meson 0.47.1 bug breaks our build ver 0.21 (2018/10/31) * configuration |