Changeset f206899 in freewrt
- Timestamp:
- Jun 19, 2006, 6:59:47 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 8fb2c78
- Parents:
- ff536b2
- Location:
- package/openssl/patches
- Files:
-
- 2 edited
-
120-makedepend.patch (modified) (1 diff)
-
130-perl-path.patch (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/openssl/patches/120-makedepend.patch
rff536b2 rf206899 4 4 @@ -1,4 +1,4 @@ 5 5 -#!/bin/sh 6 +#!/ bin/bash6 +#!/usr/bin/env bash 7 7 # Do a makedepend, only leave out the standard headers 8 8 # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999 -
package/openssl/patches/130-perl-path.patch
rff536b2 rf206899 4 4 @@ -1,4 +1,4 @@ 5 5 -: 6 +#!/usr/bin/ perl6 +#!/usr/bin/env perl 7 7 eval 'exec perl -S $0 ${1+"$@"}' 8 8 if $running_under_some_shell; … … 13 13 @@ -1,4 +1,4 @@ 14 14 -#!/usr/local/bin/perl 15 +#!/usr/bin/ perl15 +#!/usr/bin/env perl 16 16 17 17 … … 22 22 @@ -1,4 +1,4 @@ 23 23 -#!/usr/local/bin/perl -w 24 +#!/usr/bin/ perl -w24 +#!/usr/bin/env perl -w 25 25 # Clean the dependency list in a makefile of standard includes... 26 26 # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999 … … 31 31 @@ -1,4 +1,4 @@ 32 32 -#!/usr/local/bin/perl -w 33 +#!/usr/bin/ perl33 +#!/usr/bin/env perl 34 34 # 35 35 # generate a .def file … … 40 40 @@ -1,4 +1,4 @@ 41 41 -#!/usr/local/bin/perl -w 42 +#!/usr/bin/ perl42 +#!/usr/bin/env perl 43 43 44 44 my $config = "crypto/err/openssl.ec"; … … 49 49 @@ -1,4 +1,4 @@ 50 50 -#!/usr/local/bin/perl -w 51 +#!/usr/bin/ perl51 +#!/usr/bin/env perl 52 52 53 53 # This is a utility that searches out "DECLARE_STACK_OF()" … … 58 58 @@ -1,4 +1,4 @@ 59 59 -: #!/usr/bin/perl-5.005 60 +#!/usr/bin/ perl60 +#!/usr/bin/env perl 61 61 eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' 62 62 if $running_under_some_shell; … … 67 67 @@ -1,4 +1,4 @@ 68 68 -#!/usr/local/bin/perl -w 69 +#!/usr/bin/ perl69 +#!/usr/bin/env perl 70 70 # 71 71 # Run the test suite and generate a report
Note:
See TracChangeset
for help on using the changeset viewer.
