summaryrefslogtreecommitdiff
path: root/package/openssl/patches/patch-tools_c_rehash
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssl/patches/patch-tools_c_rehash')
-rw-r--r--package/openssl/patches/patch-tools_c_rehash13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/openssl/patches/patch-tools_c_rehash b/package/openssl/patches/patch-tools_c_rehash
new file mode 100644
index 000000000..ae682d661
--- /dev/null
+++ b/package/openssl/patches/patch-tools_c_rehash
@@ -0,0 +1,13 @@
+--- openssl-1.0.1e.orig/tools/c_rehash 2013-02-11 16:26:11.000000000 +0100
++++ openssl-1.0.1e/tools/c_rehash 2013-08-17 16:07:16.970558422 +0200
+@@ -6,8 +6,8 @@
+
+ my $openssl;
+
+-my $dir = "/usr/local/ssl";
+-my $prefix = "/usr/local/ssl";
++my $dir = "/etc/ssl";
++my $prefix = "/usr";
+
+ if(defined $ENV{OPENSSL}) {
+ $openssl = $ENV{OPENSSL};