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: 60fadaa7932c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 14e842ec021e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 10, 2020

  1. openocd: fix build with new glibc

    Fixes this build error:
    
      In file included from src/helper/options.c:38:
      /nix/store/dl4h1p847f2rsrsfvlmm6cxxx7q21kxj-glibc-2.30-dev/include/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
         21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
            |  ^~~~~~~
      cc1: all warnings being treated as errors
    
    Fixes: 48a997c ("Merge #66528: glibc: 2.27 -> 2.30 (into staging)")
    bjornfor committed Feb 10, 2020
    Copy the full SHA
    14e842e View commit details
    Browse the repository at this point in the history