diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-20 18:55:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-20 18:55:23 +0200 |
commit | 41335546320e003cabf183b2963176d814b63883 (patch) | |
tree | b80156239e52feaf038323c90ff041dce6a0caea /package/openssl/patches/patch-tools_c_rehash | |
parent | 3596b341df7305e069293e6118f8161c7423fd00 (diff) |
fix openssl musl compile
Diffstat (limited to 'package/openssl/patches/patch-tools_c_rehash')
-rw-r--r-- | package/openssl/patches/patch-tools_c_rehash | 13 |
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}; |