130-perl-path.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. --- a/Configure
  2. +++ b/Configure
  3. @@ -1,4 +1,4 @@
  4. -:
  5. +#!/usr/bin/perl
  6. eval 'exec perl -S $0 ${1+"$@"}'
  7. if $running_under_some_shell;
  8. ##
  9. --- a/tools/c_rehash.in
  10. +++ b/tools/c_rehash.in
  11. @@ -1,4 +1,4 @@
  12. -#!/usr/local/bin/perl
  13. +#!/usr/bin/perl
  14. # Perl c_rehash script, scan all files in a directory
  15. # and add symbolic links to their hash values.
  16. --- a/util/clean-depend.pl
  17. +++ b/util/clean-depend.pl
  18. @@ -1,4 +1,4 @@
  19. -#!/usr/local/bin/perl -w
  20. +#!/usr/bin/perl
  21. # Clean the dependency list in a makefile of standard includes...
  22. # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
  23. --- a/util/mkdef.pl
  24. +++ b/util/mkdef.pl
  25. @@ -1,4 +1,4 @@
  26. -#!/usr/local/bin/perl -w
  27. +#!/usr/bin/perl
  28. #
  29. # generate a .def file
  30. #
  31. --- a/util/mkerr.pl
  32. +++ b/util/mkerr.pl
  33. @@ -1,4 +1,4 @@
  34. -#!/usr/local/bin/perl -w
  35. +#!/usr/bin/perl
  36. my $config = "crypto/err/openssl.ec";
  37. my $hprefix = "openssl/";
  38. --- a/util/mkstack.pl
  39. +++ b/util/mkstack.pl
  40. @@ -1,4 +1,4 @@
  41. -#!/usr/local/bin/perl -w
  42. +#!/usr/bin/perl
  43. # This is a utility that searches out "DECLARE_STACK_OF()"
  44. # declarations in .h and .c files, and updates/creates/replaces
  45. --- a/util/pod2man.pl
  46. +++ b/util/pod2man.pl
  47. @@ -1,4 +1,4 @@
  48. -: #!/usr/bin/perl-5.005
  49. +#!/usr/bin/perl
  50. eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
  51. if $running_under_some_shell;
  52. --- a/util/selftest.pl
  53. +++ b/util/selftest.pl
  54. @@ -1,4 +1,4 @@
  55. -#!/usr/local/bin/perl -w
  56. +#!/usr/bin/perl
  57. #
  58. # Run the test suite and generate a report
  59. #