components/desktop/thunderbird/patches/firefox22-79-gthread-dlopen.patch
changeset 5255 cea0e462549a
equal deleted inserted replaced
5252:947514442d05 5255:cea0e462549a
       
     1 --- comm-esr31/mozilla/xpcom/glue/standalone/nsXPCOMGlue.cpp.orig	2015-06-04 17:42:52.147539933 -0700
       
     2 +++ comm-esr31/mozilla/xpcom/glue/standalone/nsXPCOMGlue.cpp	2015-06-04 17:42:52.152710273 -0700
       
     3 @@ -418,6 +418,8 @@
       
     4          }
       
     5      }
       
     6  
       
     7 +    static void* gthreadso = dlopen("libgthread-2.0.so.0", RTLD_GLOBAL | RTLD_LAZY);
       
     8 +
       
     9      GetFrozenFunctionsFunc sym =
       
    10          (GetFrozenFunctionsFunc) GetSymbol(sTop->libHandle, LEADING_UNDERSCORE "NS_GetFrozenFunctions");
       
    11