diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-12-25 23:47:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-26 16:09:53 +0100 |
commit | b27773735ff407d2333bb206702bfa7122fea61b (patch) | |
tree | 2fd2465c9368893893b4145788d36dc24bb4a574 /package/mpd/0003-fix-static-build-with-alsa.patch | |
parent | 0d1f14fc8802e8c5ea31c441e68a38c98e0d182e (diff) | |
download | buildroot-b27773735ff407d2333bb206702bfa7122fea61b.tar.gz buildroot-b27773735ff407d2333bb206702bfa7122fea61b.zip |
package/mpd: bump to version 0.19.12
Drop patch "Makefile.am: fix static build with alsa" - applied upstream.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mpd/0003-fix-static-build-with-alsa.patch')
-rw-r--r-- | package/mpd/0003-fix-static-build-with-alsa.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/mpd/0003-fix-static-build-with-alsa.patch b/package/mpd/0003-fix-static-build-with-alsa.patch deleted file mode 100644 index 4ba04495f6..0000000000 --- a/package/mpd/0003-fix-static-build-with-alsa.patch +++ /dev/null @@ -1,32 +0,0 @@ -From bba7b8e5fed79a7fecacf5468ade35a3ae0a0f8e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks> -Date: Sat, 21 Nov 2015 23:51:43 +0100 -Subject: [PATCH 1/1] Makefile.am: fix static build with alsa -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Add ALSA_LIBS to MIXER_LIBS, otherwise building mpd in a static context fails -with lot of undefined references to alsa-lib (libasound) required by -src/mixer/plugins/AlsaMixerPlugin.cxx. - -Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> ---- - Makefile.am | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Makefile.am b/Makefile.am -index 89819de..307fcba 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -1219,6 +1219,7 @@ liboutput_plugins_a_SOURCES = \ - - MIXER_LIBS = \ - libmixer_plugins.a \ -+ $(ALSA_LIBS) \ - $(PULSE_LIBS) - - MIXER_API_SRC = \ --- -2.6.2 - |