forked from pool/ocfs2-tools
osc copypac from project:network:ha-clustering package:ocfs2-tools revision:1
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=8
This commit is contained in:
12
bug-543119-o2dlm.patch
Normal file
12
bug-543119-o2dlm.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
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;
|
Reference in New Issue
Block a user