diff options
| author | Michael Forney <mforney@mforney.org> | 2024-03-16 23:14:06 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-03-17 00:27:08 -0700 |
| commit | 0deaf3144dde38c40fceea427a26d82682ce46d4 (patch) | |
| tree | 60b50cf22e6c39a60ae1133433f14b9e8a92eede /pkg/alsa-lib/patch/0006-control-empty-fix-the-static-build.patch | |
| parent | b2f81fb67cfd273ed556da99d8489dfd4fe1e9c0 (diff) | |
alsa-lib: Update to 1.2.11
Diffstat (limited to 'pkg/alsa-lib/patch/0006-control-empty-fix-the-static-build.patch')
| -rw-r--r-- | pkg/alsa-lib/patch/0006-control-empty-fix-the-static-build.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/pkg/alsa-lib/patch/0006-control-empty-fix-the-static-build.patch b/pkg/alsa-lib/patch/0006-control-empty-fix-the-static-build.patch deleted file mode 100644 index 1fa64e88..00000000 --- a/pkg/alsa-lib/patch/0006-control-empty-fix-the-static-build.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 42f37846a9f7a7ada7fc3d7887154e62c5f748d2 Mon Sep 17 00:00:00 2001 -From: Jaroslav Kysela <perex@perex.cz> -Date: Tue, 15 Jun 2021 23:21:42 +0200 -Subject: [PATCH] control: empty - fix the static build - -Reported-by: Jan Palus <atler@pld-linux.org> -Fixes: https://github.com/alsa-project/alsa-lib/issues/157 -Signed-off-by: Jaroslav Kysela <perex@perex.cz> ---- - src/control/control_empty.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/control/control_empty.c b/src/control/control_empty.c -index 49d1026c..c9b048c1 100644 ---- a/src/control/control_empty.c -+++ b/src/control/control_empty.c -@@ -30,7 +30,7 @@ - - #ifndef PIC - /* entry for static linking */ --const char *_snd_module_ctl_empty = ""; -+const char *_snd_module_control_empty = ""; - #endif - - /*! \page control_plugins --- -2.32.0 - |
