nixpkgs/pkgs/os-specific/linux/fuse
Michael Weiss f2cfc158b2
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.
2019-06-14 22:09:15 +02:00
..
common.nix fuse,fuse3: Avoid unnecessary build warnings 2019-06-14 22:09:15 +02:00
default.nix fuse3: 3.5.0 -> 3.6.1 2019-06-14 13:38:22 +02:00
fuse2-Do-not-set-FUSERMOUNT_DIR.patch fuse,fuse3: Avoid unnecessary build warnings 2019-06-14 22:09:15 +02:00
fuse3-Do-not-set-FUSERMOUNT_DIR.patch fuse,fuse3: Avoid unnecessary build warnings 2019-06-14 22:09:15 +02:00
fuse3-install.patch fuse3: use /etc/fuse.conf for configuration (#59043) 2019-04-07 23:00:51 +02:00