From 37fe7f743f5dd9fd5557d5b99489c4a98e720e0d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Nov 2018 00:03:05 +0100 Subject: fix collecting needed perl files with glibc-2.26 basically the ouput of strace changed with glibc-2.26: "Since version 2.26, the glibc wrapper function for open() employs the openat() system call, rather than the kernel's open() system call". so support both ways (in case it would be backported): open("foobar...) openat(AT_FDCWD, "foobar...) --- rescue/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'rescue') diff --git a/rescue/NEWS b/rescue/NEWS index a20f773f6..4d7fdc8b5 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,4 +1,5 @@ - add missing perl bits +- fix collecting needed perl files with glibc-2.26 Version 1.59 - 26 August 2018 by Thomas Backlund -- cgit v1.2.1