Merge pull request #98466 from stigtsp/package/perl-cross-default_inc_excludes_dot

perl-cross: fix . being included in INC
This commit is contained in:
John Ericson
2020-09-22 12:49:18 -04:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ let
# Miniperl needs -lm. perl needs -lrt.
configureFlags =
(if crossCompiling
then [ "-Dlibpth=\"\"" "-Dglibpth=\"\"" ]
then [ "-Dlibpth=\"\"" "-Dglibpth=\"\"" "-Ddefault_inc_excludes_dot" ]
else [ "-de" "-Dcc=cc" ])
++ [
"-Uinstallusrbinperl"