Browse Source

Use dlmopen for portaudio jackbridge

Signed-off-by: falkTX <falktx@falktx.com>
test-github-breakage
falkTX 1 year ago
parent
commit
d1c0cf4486
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      patches/portaudio19/04_jackbridge-mod-desktop.patch

+ 1
- 1
patches/portaudio19/04_jackbridge-mod-desktop.patch View File

@@ -333,7 +333,7 @@ index 0000000..facfb53
+ const char* const filename = filenameEnv != NULL ? filenameEnv : "libjack.so.0";
+ #endif
+
+ void* const lib = dlopen(filename, RTLD_NOW|RTLD_LOCAL);
+ void* const lib = dlmopen(LM_ID_NEWLM, filename, RTLD_NOW|RTLD_LOCAL);
+
+ if (lib == NULL)
+ {


Loading…
Cancel
Save