aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl/patches/130-perl-path.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-03 18:45:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-03 18:45:35 +0000
commit133943e8efa1705c6561eec8b33ae49af4a0baca (patch)
treee04ac1de23579b4ab22e687c6526f8273515c9a5 /package/openssl/patches/130-perl-path.patch
parent66906574340e154ca8879c8de7857af5ac6f0162 (diff)
downloadupstream-133943e8efa1705c6561eec8b33ae49af4a0baca.tar.gz
upstream-133943e8efa1705c6561eec8b33ae49af4a0baca.tar.bz2
upstream-133943e8efa1705c6561eec8b33ae49af4a0baca.zip
openssl: update to 1.0.0c
Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/patches/130-perl-path.patch')
-rw-r--r--package/openssl/patches/130-perl-path.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/patches/130-perl-path.patch b/package/openssl/patches/130-perl-path.patch
index d5722b2b70..dd4fa54d55 100644
--- a/package/openssl/patches/130-perl-path.patch
+++ b/package/openssl/patches/130-perl-path.patch
@@ -18,7 +18,7 @@
+++ b/util/clean-depend.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
-+#!/usr/bin/perl -w
++#!/usr/bin/perl
# Clean the dependency list in a makefile of standard includes...
# Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
@@ -37,7 +37,7 @@
+#!/usr/bin/perl
my $config = "crypto/err/openssl.ec";
- my $debug = 0;
+ my $hprefix = "openssl/";
--- a/util/mkstack.pl
+++ b/util/mkstack.pl
@@ -1,4 +1,4 @@