summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorGuillaume Bouchard <guillaume.bouchard@tweag.io>2019-10-25 19:51:37 +0200
committerRenaud <c0bw3b@users.noreply.github.com>2019-10-25 19:51:37 +0200
commit4a2475c924bfb059abf1db96547e7b390a3f07ca (patch)
treed1817143a138c8014d42b3f7c0484e114e86cf17 /pkgs/os-specific/linux
parent50208ab5b93e6d1965920b07544dd7871233e6f4 (diff)
downloadnixpkgs-4a2475c924bfb059abf1db96547e7b390a3f07ca.tar
nixpkgs-4a2475c924bfb059abf1db96547e7b390a3f07ca.tar.gz
nixpkgs-4a2475c924bfb059abf1db96547e7b390a3f07ca.tar.bz2
nixpkgs-4a2475c924bfb059abf1db96547e7b390a3f07ca.tar.lz
nixpkgs-4a2475c924bfb059abf1db96547e7b390a3f07ca.tar.xz
nixpkgs-4a2475c924bfb059abf1db96547e7b390a3f07ca.tar.zst
nixpkgs-4a2475c924bfb059abf1db96547e7b390a3f07ca.zip
epsxe: fix link with openssl (#71920)
* epsxe: fix link with openssl

Epsxe is hardcoded to build with openssl-1.0 (using libcrypto.so.1.0.0),
but current nixpkgs contains openssl-1.1, which provides
libcrypto.so.1.1.

This patchs just uses the previous version of the library.

* epsxe: use autoPatchelfHook instead of manual rpath overriding

This simplifies the file AND generates failures at build time if a
needed dynamic library is not found during build time.
Diffstat (limited to 'pkgs/os-specific/linux')
0 files changed, 0 insertions, 0 deletions