nixpkgs/pkgs/tools/filesystems/fuse-7z-ng
Sergei Trofimovich 848f1e6bb3 fuse-7z-ng: fix build against modern glibc
Wthout the change configure fails as:

    checking for pthread_yield in -lpthread... no
    configure: error: pthread library not found.

fuze-7z-ng does not use pthread itself. Let's just drop the check.
2022-11-11 18:56:33 +00:00
..
default.nix fuse-7z-ng: fix build against modern glibc 2022-11-11 18:56:33 +00:00
no-pthread.patch fuse-7z-ng: fix build against modern glibc 2022-11-11 18:56:33 +00:00