130-perl-path.patch 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Index: openssl-0.9.8e/Configure
  2. ===================================================================
  3. --- openssl-0.9.8e.orig/Configure 2007-06-04 13:23:32.217836040 +0200
  4. +++ openssl-0.9.8e/Configure 2007-06-04 13:23:32.598778128 +0200
  5. @@ -1,4 +1,4 @@
  6. -:
  7. +#!/usr/bin/perl
  8. eval 'exec perl -S $0 ${1+"$@"}'
  9. if $running_under_some_shell;
  10. ##
  11. Index: openssl-0.9.8e/tools/c_rehash.in
  12. ===================================================================
  13. --- openssl-0.9.8e.orig/tools/c_rehash.in 2007-06-04 13:23:32.074857776 +0200
  14. +++ openssl-0.9.8e/tools/c_rehash.in 2007-06-04 13:23:32.598778128 +0200
  15. @@ -1,4 +1,4 @@
  16. -#!/usr/local/bin/perl
  17. +#!/usr/bin/perl
  18. # Perl c_rehash script, scan all files in a directory
  19. Index: openssl-0.9.8e/util/clean-depend.pl
  20. ===================================================================
  21. --- openssl-0.9.8e.orig/util/clean-depend.pl 2007-06-04 13:23:32.080856864 +0200
  22. +++ openssl-0.9.8e/util/clean-depend.pl 2007-06-04 13:23:32.598778128 +0200
  23. @@ -1,4 +1,4 @@
  24. -#!/usr/local/bin/perl -w
  25. +#!/usr/bin/perl -w
  26. # Clean the dependency list in a makefile of standard includes...
  27. # Written by Ben Laurie <[email protected]> 19 Jan 1999
  28. Index: openssl-0.9.8e/util/mkdef.pl
  29. ===================================================================
  30. --- openssl-0.9.8e.orig/util/mkdef.pl 2007-06-04 13:23:32.085856104 +0200
  31. +++ openssl-0.9.8e/util/mkdef.pl 2007-06-04 13:23:32.599777976 +0200
  32. @@ -1,4 +1,4 @@
  33. -#!/usr/local/bin/perl -w
  34. +#!/usr/bin/perl
  35. #
  36. # generate a .def file
  37. #
  38. Index: openssl-0.9.8e/util/mkerr.pl
  39. ===================================================================
  40. --- openssl-0.9.8e.orig/util/mkerr.pl 2007-06-04 13:23:32.091855192 +0200
  41. +++ openssl-0.9.8e/util/mkerr.pl 2007-06-04 13:23:32.599777976 +0200
  42. @@ -1,4 +1,4 @@
  43. -#!/usr/local/bin/perl -w
  44. +#!/usr/bin/perl
  45. my $config = "crypto/err/openssl.ec";
  46. my $debug = 0;
  47. Index: openssl-0.9.8e/util/mkstack.pl
  48. ===================================================================
  49. --- openssl-0.9.8e.orig/util/mkstack.pl 2007-06-04 13:23:32.096854432 +0200
  50. +++ openssl-0.9.8e/util/mkstack.pl 2007-06-04 13:23:32.600777824 +0200
  51. @@ -1,4 +1,4 @@
  52. -#!/usr/local/bin/perl -w
  53. +#!/usr/bin/perl
  54. # This is a utility that searches out "DECLARE_STACK_OF()"
  55. # declarations in .h and .c files, and updates/creates/replaces
  56. Index: openssl-0.9.8e/util/pod2man.pl
  57. ===================================================================
  58. --- openssl-0.9.8e.orig/util/pod2man.pl 2007-06-04 13:23:32.102853520 +0200
  59. +++ openssl-0.9.8e/util/pod2man.pl 2007-06-04 13:23:32.600777824 +0200
  60. @@ -1,4 +1,4 @@
  61. -: #!/usr/bin/perl-5.005
  62. +#!/usr/bin/perl
  63. eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
  64. if $running_under_some_shell;
  65. Index: openssl-0.9.8e/util/selftest.pl
  66. ===================================================================
  67. --- openssl-0.9.8e.orig/util/selftest.pl 2007-06-04 13:23:32.109852456 +0200
  68. +++ openssl-0.9.8e/util/selftest.pl 2007-06-04 13:23:32.600777824 +0200
  69. @@ -1,4 +1,4 @@
  70. -#!/usr/local/bin/perl -w
  71. +#!/usr/bin/perl
  72. #
  73. # Run the test suite and generate a report
  74. #