]> git.pld-linux.org Git - packages/alsa-lib.git/blob - symbol_mismatch.patch
fix missing symbol in static lib; rel 2
[packages/alsa-lib.git] / symbol_mismatch.patch
1 --- alsa-lib-1.2.5.1/src/control/control_empty.c.orig   2021-06-15 15:45:18.783814585 +0000
2 +++ alsa-lib-1.2.5.1/src/control/control_empty.c        2021-06-15 15:45:29.317123597 +0000
3 @@ -30,7 +30,7 @@
4  
5  #ifndef PIC
6  /* entry for static linking */
7 -const char *_snd_module_ctl_empty = "";
8 +const char *_snd_module_control_empty = "";
9  #endif
10  
11  /*! \page control_plugins
This page took 0.030478 seconds and 4 git commands to generate.