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: 21770f817cf3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: db59e9405948
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 16, 2019

  1. ecl: fix build with libffi 3.3

    The build was broken by the recent libffi update
    (53a04a2) because of this upstream
    change:
    
    libffi/libffi@ef76205
    
    I have changed the usage of FFI_SYSV as gentoo suggests:
    
    https://wiki.gentoo.org/wiki/Libffi_3.3_porting_notes/FFI_SYSV
    
    I'm not entirely sure if that is the right call here, but I haven't
    noticed any regressions in my testing and its definitely better than a
    broken build.
    
    Upstream: https://gitlab.com/embeddable-common-lisp/ecl/issues/302
    timokau committed Dec 16, 2019
    Copy the full SHA
    00c3761 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75801 from timokau/ecl-libffi-abi

    ecl: fix build with libffi 3.3
    timokau committed Dec 16, 2019
    Copy the full SHA
    db59e94 View commit details
    Browse the repository at this point in the history