aboutsummaryrefslogtreecommitdiff
path: root/libs/alsa-lib/patches/300-snd_plugin.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-11-25 14:22:55 -0800
committerGitHub <noreply@github.com>2020-11-25 14:22:55 -0800
commit3cce7bdd724c46a206ed15ecc54dda698dd19034 (patch)
tree2de122204a69996942f77e60961f5ea9b5e801ba /libs/alsa-lib/patches/300-snd_plugin.patch
parentf14d1960cfa28dad1c7c418936743923b6f7ccaf (diff)
parent1bc15ef8bb8af43dac77ff7ef7e6b6a1bc6dccb5 (diff)
Merge pull request #14014 from neheb/alsaa
alsa updates
Diffstat (limited to 'libs/alsa-lib/patches/300-snd_plugin.patch')
-rw-r--r--libs/alsa-lib/patches/300-snd_plugin.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/libs/alsa-lib/patches/300-snd_plugin.patch b/libs/alsa-lib/patches/300-snd_plugin.patch
new file mode 100644
index 000000000..2c6f26778
--- /dev/null
+++ b/libs/alsa-lib/patches/300-snd_plugin.patch
@@ -0,0 +1,27 @@
+From ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e Mon Sep 17 00:00:00 2001
+From: Jaroslav Kysela <perex@perex.cz>
+Date: Thu, 22 Oct 2020 20:57:32 +0200
+Subject: [PATCH] dlmisc: the snd_plugin_dir_set / snd_plugin_dir must be
+ declared even for \!DL_ORIGIN_AVAILABLE
+
+Fixes: 8580c081c2 ("dlsym: add support for ALSA_PLUGIN_DIR environment variable")
+BugLink: https://github.com/alsa-project/alsa-lib/issues/91
+Signed-off-by: Jaroslav Kysela <perex@perex.cz>
+---
+ src/dlmisc.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+--- a/src/dlmisc.c
++++ b/src/dlmisc.c
+@@ -42,11 +42,9 @@
+ #ifndef PIC
+ struct snd_dlsym_link *snd_dlsym_start = NULL;
+ #endif
+-#ifdef DL_ORIGIN_AVAILABLE
+ static int snd_plugin_dir_set = 0;
+ static char *snd_plugin_dir = NULL;
+ #endif
+-#endif
+
+ #if defined(DL_ORIGIN_AVAILABLE) && defined(HAVE_LIBPTHREAD)
+ static pthread_mutex_t snd_dlpath_mutex = PTHREAD_MUTEX_INITIALIZER;