300-always_use_miniperl.patch 763 B

123456789101112131415161718192021222324252627
  1. --- a/Makefile.SH
  2. +++ b/Makefile.SH
  3. @@ -315,22 +315,11 @@ MINIPERL = \$(LDLIBPTH) ./miniperl\$(EXE
  4. !GROK!THIS!
  5. -case "$usecrosscompile$perl" in
  6. -define?*)
  7. - $spitshell >>$Makefile <<!GROK!THIS!
  8. -# Macros to invoke a copy of our fully operational perl during the build.
  9. -PERL_EXE = perl\$(EXE_EXT)
  10. -RUN_PERL = \$(LDLIBPTH) \$(RUN) $perl\$(EXE_EXT)
  11. -!GROK!THIS!
  12. - ;;
  13. -*)
  14. - $spitshell >>$Makefile <<!GROK!THIS!
  15. +$spitshell >>$Makefile <<!GROK!THIS!
  16. # Macros to invoke a copy of our fully operational perl during the build.
  17. PERL_EXE = perl\$(EXE_EXT)
  18. -RUN_PERL = \$(LDLIBPTH) \$(RUN) ./perl\$(EXE_EXT) -Ilib
  19. +RUN_PERL = \$(LDLIBPTH) \$(RUN) ./miniperl\$(EXE_EXT) -Ilib
  20. !GROK!THIS!
  21. - ;;
  22. -esac
  23. $spitshell >>$Makefile <<!GROK!THIS!
  24. # Macros to run our tests