X-Git-Url: https://git.tld-linux.org/?p=packages%2Flvm2.git;a=blobdiff_plain;f=dl-dlsym.patch;fp=dl-dlsym.patch;h=0000000000000000000000000000000000000000;hp=cdf6150bf601bc2567534570d4208d605e9d2907;hb=ca8b670ccce304620b33979472199a25c6cdafd8;hpb=2fc0c23eb249e042d2bd5892b4b14e618b4e043a diff --git a/dl-dlsym.patch b/dl-dlsym.patch deleted file mode 100644 index cdf6150..0000000 --- a/dl-dlsym.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urp LVM2.2.03.00.orig/lib/commands/toolcontext.c LVM2.2.03.00/lib/commands/toolcontext.c ---- LVM2.2.03.00.orig/lib/commands/toolcontext.c 2018-10-21 14:34:49.832416609 +0000 -+++ LVM2.2.03.00/lib/commands/toolcontext.c 2018-10-21 14:34:56.826416609 +0000 -@@ -1298,6 +1298,7 @@ int lvm_register_segtype(struct segtype_ - return 1; - } - -+#ifdef HAVE_LIBDL - static int _init_single_segtype(struct cmd_context *cmd, - struct segtype_library *seglib) - { -@@ -1315,6 +1316,7 @@ static int _init_single_segtype(struct c - - return lvm_register_segtype(seglib, segtype); - } -+#endif - - static int _init_segtypes(struct cmd_context *cmd) - {