RE: pass_all for z/OS

Igor Todorovski <[email protected]> Wed, 17 Jan 2024 02:41:16 +0000
Newsgroups gmane.comp.gnu.libtool.patches
Message-ID <IA0PR15MB58610C88FC73EA385B9B687CED722@IA0PR15MB5861.namprd15.prod.outlook.com>
Hi Mike,

I’ve attached the git patch based on the master branch.

Thanks,
Igor

On 2024-01-14, 1:57 AM, "Mike Frysinger" <[email protected]> wrote:
On 24 Nov 2023 15:19, Igor Todorovski wrote:
> diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
> index d812584..f959bae 100644
> --- a/libltdl/m4/libtool.m4
> +++ b/libltdl/m4/libtool.m4

this file doesn't exist.  i don't know what git tree you're working against,
but it isn't the latest libtool one.  please rebase onto the latest version,
and send a proper git patch.  hand written ones like what you've posted here
are a pain to merge as it forces us to do a lot of manual work.
-mike
zos.patch (application/octet-stream, 304 B)
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 79a2451e..caa06d56 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -3592,6 +3592,10 @@ openbsd* | bitrig*)
   fi
   ;;
 
+*openedition*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
 osf3* | osf4* | osf5*)
   lt_cv_deplibs_check_method=pass_all
   ;;