components/desktop/firefox/patches/firefox-09-gthread-dlopen.patch
changeset 7309 2655ef11c386
parent 5527 611b2d6efdfe
equal deleted inserted replaced
7308:69f1f375673e 7309:2655ef11c386
     3 
     3 
     4 diff --git a/xpcom/glue/standalone/nsXPCOMGlue.cpp b/xpcom/glue/standalone/nsXPCOMGlue.cpp
     4 diff --git a/xpcom/glue/standalone/nsXPCOMGlue.cpp b/xpcom/glue/standalone/nsXPCOMGlue.cpp
     5 --- a/xpcom/glue/standalone/nsXPCOMGlue.cpp
     5 --- a/xpcom/glue/standalone/nsXPCOMGlue.cpp
     6 +++ b/xpcom/glue/standalone/nsXPCOMGlue.cpp
     6 +++ b/xpcom/glue/standalone/nsXPCOMGlue.cpp
     7 @@ -386,6 +386,8 @@
     7 @@ -386,6 +386,8 @@
     8      }   
     8      }
     9    }
     9    }
    10  
    10  
    11 +  static void* gthreadso = dlopen("libgthread-2.0.so.0", RTLD_GLOBAL | RTLD_LAZY);
    11 +  static void* gthreadso = dlopen("libgthread-2.0.so.0", RTLD_GLOBAL | RTLD_LAZY);
    12 +
    12 +
    13    GetFrozenFunctionsFunc sym =
    13    GetFrozenFunctionsFunc sym =