aboutsummaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-src_effects_VST_VSTEffect.cpp
blob: 033d6e597f372690cf4509f8d1fafb21b3e61ce5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/effects/VST/VSTEffect.cpp.orig	2016-07-26 13:34:06 UTC
+++ src/effects/VST/VSTEffect.cpp
@@ -2129,7 +2129,7 @@ bool VSTEffect::Load()
    // symbols.
    //
    // Once we define a proper external API, the flags can be removed.
-   void *lib = dlopen((const char *)wxString(realPath).ToUTF8(), RTLD_NOW | RTLD_LOCAL | RTLD_DEEPBIND);
+   void *lib = dlopen((const char *)wxString(realPath).ToUTF8(), RTLD_NOW | RTLD_LOCAL);
    if (!lib) 
    {
       return false;