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
commit 3e462a8533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"