summaryrefslogtreecommitdiffstats
path: root/package/mpd/0005-configure.ac-check-if-libatomic-is-needed.patch
Commit message (Collapse)AuthorAgeFilesLines
* mpd: bump to version 0.19.14Gustavo Zacarias2016-03-251-40/+0
| | | | | | | | 0003-thread-Posix-Mutex-Cond-use-constexpr-only-with-glib.patch is upstream so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpd: fix build on SPARCThomas Petazzoni2016-02-071-0/+40
mpd uses __atomic_*() built-ins, but forgets to link with -latomic when needed, so this commit adds a patch that ensures it will link with libatomic, and adds a dependency on BR2_TOOLCHAIN_HAS_ATOMIC. Fixes: http://autobuild.buildroot.net/results/e2207280f3a177e12dba502b1c01f5aeb431d04c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud