Merge pull request #173369 from trofi/fix-fno-common-for-hubicfuse

hubicfuse: pull upstream fix for -fno-common tollchains
main
Artturi 2 years ago committed by GitHub
commit 13f5859f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/filesystems/hubicfuse/default.nix

@ -18,6 +18,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/TurboGit/hubicfuse/commit/b460f40d86bc281a21379158a7534dfb9f283786.patch";
sha256 = "0nqvcbrgbc5dms8fkz3brlj40yn48p36drabrnc26gvb3hydh5dl";
})
# UPstream fix for build failure on -fno-common toolchains
(fetchpatch {
name = "fno-common.patch";
url = "https://github.com/TurboGit/hubicfuse/commit/34a6c3e57467b5f7e9befe2171bf4292893c5a18.patch";
sha256 = "0k1jz2h8sdhmi0srx0adbyrcrm57j4annj84yw6hdrly5hsf7bzc";
})
];
nativeBuildInputs = [ pkg-config ];

Loading…
Cancel
Save