0003-control-empty-fix-the-static-build.patch 972 B

1234567891011121314151617181920212223242526272829
  1. From 81e7923fbfad45b2f353a4d6e3053af51f5f7d0b Mon Sep 17 00:00:00 2001
  2. From: Jaroslav Kysela <perex@perex.cz>
  3. Date: Tue, 15 Jun 2021 23:21:42 +0200
  4. Subject: [PATCH] control: empty - fix the static build
  5. Reported-by: Jan Palus <atler@pld-linux.org>
  6. Fixes: https://github.com/alsa-project/alsa-lib/issues/157
  7. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  8. [Retrieved from:
  9. https://github.com/alsa-project/alsa-lib/commit/81e7923fbfad45b2f353a4d6e3053af51f5f7d0b]
  10. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  11. ---
  12. src/control/control_empty.c | 2 +-
  13. 1 file changed, 1 insertion(+), 1 deletion(-)
  14. diff --git a/src/control/control_empty.c b/src/control/control_empty.c
  15. index 49d1026c..c9b048c1 100644
  16. --- a/src/control/control_empty.c
  17. +++ b/src/control/control_empty.c
  18. @@ -30,7 +30,7 @@
  19. #ifndef PIC
  20. /* entry for static linking */
  21. -const char *_snd_module_ctl_empty = "";
  22. +const char *_snd_module_control_empty = "";
  23. #endif
  24. /*! \page control_plugins