aboutsummaryrefslogtreecommitdiff
path: root/lang/perl/patches/998-Errno_errno.h_path.patch
blob: d0ccec913fc6c1496fd1c5e8cbc9617545b549b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/ext/Errno/Errno_pm.PL
+++ b/ext/Errno/Errno_pm.PL
@@ -115,7 +115,7 @@ sub get_files {
 	# 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",
+	    "$sysroot/usr/include", "$sysroot/usr/local/include", "$sysroot/include",
 	    split / / => $Config{locincpth};
     }