X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=dl-dlsym.patch;h=067a72043f87ed68cbf1c7da2989d5539996ef37;hb=1785ea5471da12614d5ab191ba40d63db784cd73;hp=c4bcd92d8c574c766b36447c51867d2a8c135141;hpb=8780299f67c78624188b5a2a8d85e69e6724be4a;p=packages%2Flvm2.git diff --git a/dl-dlsym.patch b/dl-dlsym.patch index c4bcd92..067a720 100644 --- a/dl-dlsym.patch +++ b/dl-dlsym.patch @@ -1,7 +1,7 @@ -diff -urp LVM2.2.02.177.orig/lib/commands/toolcontext.c LVM2.2.02.177/lib/commands/toolcontext.c ---- LVM2.2.02.177.orig/lib/commands/toolcontext.c 2018-01-26 15:13:17.000000000 +0000 -+++ LVM2.2.02.177/lib/commands/toolcontext.c 2018-01-26 16:38:04.214235565 +0000 -@@ -1455,6 +1455,7 @@ int lvm_register_segtype(struct segtype_ +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_ return 1; } @@ -9,7 +9,7 @@ diff -urp LVM2.2.02.177.orig/lib/commands/toolcontext.c LVM2.2.02.177/lib/comman static int _init_single_segtype(struct cmd_context *cmd, struct segtype_library *seglib) { -@@ -1472,6 +1473,7 @@ static int _init_single_segtype(struct c +@@ -1455,6 +1456,7 @@ static int _init_single_segtype(struct c return lvm_register_segtype(seglib, segtype); }