summaryrefslogtreecommitdiffstats
path: root/package/mpd/0005-configure.ac-check-if-libatomic-is-needed.patch
Commit message (Collapse)AuthorAgeFilesLines
* 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