nixpkgs/pkgs/applications/window-managers/wmfs
Sergei Trofimovich ff9c57fbed wmfs: fix build on -fno-common toolchain
Without the change build fails on -fno-common tollchains as:

    $ nix build --impure --expr 'with import ~/nm {}; wmfs.override { stdenv = clang13Stdenv; }'
    ...
    ld: src/log.o:(.bss+0x0): multiple definition of `W'; src/barwin.o:(.bss+0x0): first defined here
    ld: src/wmfs.o:(.bss+0x0): multiple definition of `W'; src/barwin.o:(.bss+0x0): first defined here
    ld: src/wmfs.o:(.bss+0x10): multiple definition of `event_handle'; src/client.o:(.bss+0x10): first defined here
2022-05-06 19:02:39 +01:00
..
default.nix wmfs: fix build on -fno-common toolchain 2022-05-06 19:02:39 +01:00