]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/server.cpp
Merge commit '839c9693774fdb0e420391f65b8066e8bd04c591' into master-merge
[xonotic/netradiant.git] / radiant / server.cpp
index 879770c5e341f169e656f41d30d2a15ee199b43d..993472ae6234f0a415c1d684eac09e5bab97890b 100644 (file)
@@ -156,7 +156,7 @@ public:
 typedef int ( *FunctionPointer )();
 
 DynamicLibrary( const char* filename ){
-       m_library = dlopen( filename, RTLD_NOW );
+       m_library = dlopen( filename, RTLD_NOW | (RTLD_DEEPBIND + 0) );
 }
 ~DynamicLibrary(){
        if ( !failed() ) {