d37417e4c1
OBS-URL: https://build.opensuse.org/request/show/201629 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=71
26 lines
691 B
Diff
26 lines
691 B
Diff
From a1f08ff644b53da04f5cd450476ae3db6bc14583 Mon Sep 17 00:00:00 2001
|
|
From: Goldwyn Rodrigues <rgoldwyn@suse.com>
|
|
Date: Mon, 2 Sep 2013 11:15:31 -0500
|
|
Subject: [PATCH] Use libdlm_lt.so.3 instead of libdlm_lt.so
|
|
|
|
---
|
|
libo2dlm/o2dlm.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libo2dlm/o2dlm.c b/libo2dlm/o2dlm.c
|
|
index dbc642b..9899694 100644
|
|
--- a/libo2dlm/o2dlm.c
|
|
+++ b/libo2dlm/o2dlm.c
|
|
@@ -802,7 +802,7 @@ static errcode_t load_fsdlm(struct o2dlm_ctxt *ctxt)
|
|
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;
|
|
--
|
|
1.8.1.4
|
|
|