From aff0081f35951e8e09614c67fbccd8f81f5e6b36 Mon Sep 17 00:00:00 2001 From: Ørjan Malde Date: Oct 30 2022 17:35:51 +0000 Subject: patches/perl/yes-we-can-hack.patch: new patch. Signed-off-by: Ørjan Malde --- diff --git a/patches/perl/yes-we-can-hack.patch b/patches/perl/yes-we-can-hack.patch new file mode 100644 index 0000000..ce0616c --- /dev/null +++ b/patches/perl/yes-we-can-hack.patch @@ -0,0 +1,12 @@ +diff -ru perl-5.36.0.orig/doio.c perl-5.36.0/doio.c +--- perl-5.36.0.orig/doio.c 2022-05-20 02:01:22.000000000 +0200 ++++ perl-5.36.0/doio.c 2022-10-30 18:20:57.721541670 +0100 +@@ -2892,6 +2892,8 @@ + PERL_ARGS_ASSERT_CANDO; + PERL_UNUSED_CONTEXT; + ++ return TRUE; ++ + #ifdef DOSISH + /* [Comments and code from Len Reed] + * MS-DOS "user" is similar to UNIX's "superuser," but can't write