--- perl-5.40.3.old/ext/Errno/Errno_pm.PL +++ perl-5.40.3/ext/Errno/Errno_pm.PL @@ -115,7 +115,8 @@ # Some Linuxes have weird errno.hs which generate # no #file or #line directives ($linux_errno_h) = grep { -e $_ } map { "$_/errno.h" } - "$sysroot/usr/include", "$sysroot/usr/local/include", + "__META_PRODTREE__/glibc/include" , + "$sysroot/usr/local/include" , split / / => $Config{locincpth}; } ==== end of patch ====