]> TLD Linux GIT Repositories - packages/lvm2.git/blob - dl-dlsym.patch
- updated to 2.02.162, partial PLD merge (patches)
[packages/lvm2.git] / dl-dlsym.patch
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  {