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: 189c4de9bf98
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 371ce9234988
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 14, 2019

  1. fuse,fuse3: Avoid unnecessary build warnings

    Do not set FUSERMOUNT_DIR since we already set it though
    NIX_CFLAGS_COMPILE.
    
    Setting it twice results in a lot of warnings like this one:
    
    <command-line>:0:0: warning: "FUSERMOUNT_DIR" redefined
    
    which makes the build look potentially broken.
    This doesn't affect the result but fuse3 will now build without any
    warnings and building fuse yields less warnings.
    primeos committed Jun 14, 2019
    Copy the full SHA
    f2cfc15 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7e2dc8d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    371ce92 View commit details
    Browse the repository at this point in the history