]> git.pld-linux.org Git - packages/lvm2.git/blame - dl-dlsym.patch
update dmsetup export patch from suse, current one prints garbage
[packages/lvm2.git] / dl-dlsym.patch
CommitLineData
b747c17a
ER
1--- LVM2.2.02.72/lib/commands/toolcontext.c~ 2010-07-29 13:21:40.000000000 +0300
2+++ LVM2.2.02.72/lib/commands/toolcontext.c 2010-07-29 13:21:42.552959287 +0300
3@@ -876,6 +876,7 @@
4 return 1;
5 }
6
7+#ifdef HAVE_LIBDL
8 static int _init_single_segtype(struct cmd_context *cmd,
9 struct segtype_library *seglib)
10 {
11@@ -893,6 +894,7 @@
12
13 return lvm_register_segtype(seglib, segtype);
14 }
15+#endif
16
17 static int _init_segtypes(struct cmd_context *cmd)
18 {
This page took 0.02998 seconds and 4 git commands to generate.