Unverified Commit 3e462a85 authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

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

perl-cross: fix . being included in INC
parents a775c939 e2926577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"