mpd: add patch to fix build failures
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 26 Jan 2015 13:45:58 +0000 (10:45 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 26 Jan 2015 16:19:58 +0000 (17:19 +0100)
commitafac57162f638e2799953fd8041d64ad383f41b9
treea753b37bd8b376ff14f5bd0a239338119995ba25
parentaf503843f33f0f34e4325ba6d18d002667f94b7e
mpd: add patch to fix build failures

mpd is using snprintf without including stdio.h when pthread_setname_np
isn't available leading to failure, hence patch it. Fixes:
http://autobuild.buildroot.net/results/14c/14cf165e63fd7bb076d7c8f5aab92d24aa4622c4/

Patch status: sent upstream.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mpd/0001-thread-Name-include-stdio.h-for-prctl-as-well.patch [new file with mode: 0644]