forked from pool/ocfs2-tools
c8700c5230
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=8
13 lines
469 B
Diff
13 lines
469 B
Diff
diff -rup ocfs2-tools.orig//libo2dlm/o2dlm.c ocfs2-tools/libo2dlm/o2dlm.c
|
|
--- ocfs2-tools.orig//libo2dlm/o2dlm.c 2008-10-27 01:10:50.000000000 +0800
|
|
+++ ocfs2-tools/libo2dlm/o2dlm.c 2009-11-03 16:49:38.000000000 +0800
|
|
@@ -713,7 +713,7 @@ static errcode_t load_fsdlm(struct o2dlm
|
|
goto out;
|
|
}
|
|
|
|
- ctxt->ct_lib_handle = dlopen("libdlm_lt.so",
|
|
+ ctxt->ct_lib_handle = dlopen("libdlm_lt.so.3",
|
|
RTLD_NOW | RTLD_LOCAL);
|
|
if (!ctxt->ct_lib_handle)
|
|
goto out;
|