X-Git-Url: https://git.tld-linux.org/?p=packages%2Flvm2.git;a=blobdiff_plain;f=dl-dlsym.patch;h=cdf6150bf601bc2567534570d4208d605e9d2907;hp=067a72043f87ed68cbf1c7da2989d5539996ef37;hb=be70f157b948e32b7661a5b6e50461ad77e5ee7a;hpb=1785ea5471da12614d5ab191ba40d63db784cd73 diff --git a/dl-dlsym.patch b/dl-dlsym.patch index 067a720..cdf6150 100644 --- a/dl-dlsym.patch +++ b/dl-dlsym.patch @@ -1,7 +1,7 @@ -diff -urp LVM2.2.02.179.orig/lib/commands/toolcontext.c LVM2.2.02.179/lib/commands/toolcontext.c ---- LVM2.2.02.179.orig/lib/commands/toolcontext.c 2018-06-26 11:40:23.355840745 +0000 -+++ LVM2.2.02.179/lib/commands/toolcontext.c 2018-06-26 11:47:16.136816141 +0000 -@@ -1438,6 +1438,7 @@ int lvm_register_segtype(struct segtype_ +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; } @@ -9,7 +9,7 @@ diff -urp LVM2.2.02.179.orig/lib/commands/toolcontext.c LVM2.2.02.179/lib/comman static int _init_single_segtype(struct cmd_context *cmd, struct segtype_library *seglib) { -@@ -1455,6 +1456,7 @@ static int _init_single_segtype(struct c +@@ -1315,6 +1316,7 @@ static int _init_single_segtype(struct c return lvm_register_segtype(seglib, segtype); }