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: a324d944a47d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 098f636ffc07
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 31, 2020

  1. netperf: fix Darwin build

    This fixes the following build error on Darwin:
    ```
    In file included from ./src/libsmbios_c/common/libsmbios_c_source.h:37:
    ./src/libsmbios_c/common/select_platform_config.h:16:7: error: "Unknown platform - please report to libsmbios maintainer."
    #     error "Unknown platform - please report to libsmbios maintainer."
          ^
    1 error generated.
    make[1]: *** [Makefile:1728: src/libsmbios_c/common/out_libsmbios_c_la-common.lo] Error 1
    ```
    
    Per the netperf doc, `libsmbios` is only used on Linux.
    lionello committed Dec 31, 2020
    Copy the full SHA
    91d52e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108007 from lionello/patch-3

    netperf: fix Darwin build
    lheckemann committed Dec 31, 2020
    Copy the full SHA
    098f636 View commit details
    Browse the repository at this point in the history