Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 50208ab5b93e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4a2475c924bf
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 25, 2019

  1. 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.
    guibou authored and c0bw3b committed Oct 25, 2019
    Copy the full SHA
    4a2475c View commit details
    Browse the repository at this point in the history