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: d79e8a29c596
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f9b7348283d2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 15, 2019

  1. libelf: Add patch to prevent -Wundef warnings.

    The Linux kernel includes libelf headers with -Wundef and -Werror enabled, resulting in an error when the headers are found through -I as opposed to -isystem.
    
    Fixes #59929
    ambrop72 committed Jun 15, 2019
    Copy the full SHA
    213be07 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Merge pull request #63166 from ambrop72/libelf-fix

    libelf: Add patch to prevent -Wundef warnings.
    matthewbauer committed Jun 24, 2019
    Copy the full SHA
    f9b7348 View commit details
    Browse the repository at this point in the history