diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-05 01:17:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-05 01:17:30 +0200 |
commit | 3e462da5c1c48c43f6da95cba6237e24452b2d6c (patch) | |
tree | 3a72ab30adabd5188fb405efdb53ea9dc9484419 /gnu-system.am | |
parent | 353fda815e8b7863408857048aff224bbd0716d5 (diff) | |
download | patches-3e462da5c1c48c43f6da95cba6237e24452b2d6c.tar patches-3e462da5c1c48c43f6da95cba6237e24452b2d6c.tar.gz |
gnu: openssl: Set appropriate RUNPATH on shared libraries.
Fixes <http://bugs.gnu.org/20041>.
Reported by taylanbayirli@gmail.com (Taylan Ulrich Bayırlı/Kammer).
* gnu/packages/patches/openssl-runpath.patch: New file.
* gnu/packages/openssl.scm (openssl)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index d3e4dafc4e..bb2bef33d0 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -489,6 +489,7 @@ dist_patch_DATA = \ gnu/packages/patches/nvi-dbpagesize-binpower.patch \ gnu/packages/patches/nvi-db4.patch \ gnu/packages/patches/openexr-missing-samples.patch \ + gnu/packages/patches/openssl-runpath.patch \ gnu/packages/patches/orpheus-cast-errors-and-includes.patch \ gnu/packages/patches/ots-no-include-missing-file.patch \ gnu/packages/patches/patchelf-page-size.patch \ |