diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2017-01-04 16:47:23 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-04 21:52:06 +0100 |
commit | cd8dc719259bba67427720ea943696455dded35e (patch) | |
tree | 48fc71a8c445ae8b1f73a179bf09f9f32949c4a5 /package/mpd/0002-thread-Name-include-stdio.h-for-prctl-as-well.patch | |
parent | e8872a5873e2c1e0afbc559ecdb2074cdf5bd23a (diff) | |
download | buildroot-cd8dc719259bba67427720ea943696455dded35e.tar.gz buildroot-cd8dc719259bba67427720ea943696455dded35e.zip |
package/mpd: bump version to 0.20
Drop patch #0002 which was already fixed upstream long time ago in
commit 276a0d9500b8efc879e4f0c23e9d0e361849e295 using a slightly
different approach.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mpd/0002-thread-Name-include-stdio.h-for-prctl-as-well.patch')
-rw-r--r-- | package/mpd/0002-thread-Name-include-stdio.h-for-prctl-as-well.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/mpd/0002-thread-Name-include-stdio.h-for-prctl-as-well.patch b/package/mpd/0002-thread-Name-include-stdio.h-for-prctl-as-well.patch deleted file mode 100644 index 1943623edb..0000000000 --- a/package/mpd/0002-thread-Name-include-stdio.h-for-prctl-as-well.patch +++ /dev/null @@ -1,28 +0,0 @@ -From a0a9fed68126eb24e04af924c0d46351ff5eeb0f Mon Sep 17 00:00:00 2001 -From: Gustavo Zacarias <gustavo@zacarias.com.ar> -Date: Mon, 26 Jan 2015 09:55:04 -0300 -Subject: [PATCH] thread/Name: include stdio.h for prctl as well - -We're still using snprintf so we need it, otherwise it leads to build -failure. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> ---- - src/thread/Name.hxx | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/thread/Name.hxx b/src/thread/Name.hxx -index a99208d..8f9d7d3 100644 ---- a/src/thread/Name.hxx -+++ b/src/thread/Name.hxx -@@ -25,6 +25,7 @@ - # include <pthread.h> - #elif defined(HAVE_PRCTL) - # include <sys/prctl.h> -+# include <stdio.h> - # ifdef PR_SET_NAME - # define HAVE_THREAD_NAME - # endif --- -2.6.4 - |