nixpkgs/pkgs/tools/cd-dvd/cdrkit
Sergei Trofimovich 18f8296fb9 cdrkit: fix -fno-common build
Without the change build on toolchain with `-fno-common` default fails as:

    $ nix build --impure --expr 'with import ./. {}; cdrkit.override { stdenv = clang12Stdenv; }' -L
    ...
    cdrkit> ld: CMakeFiles/genisoimage.dir/apple.o:(.bss+0x2040):
      multiple definition of `outfile'; CMakeFiles/genisoimage.dir/genisoimage.o:(.bss+0x280): first defined here
2021-11-28 09:01:40 +00:00
..
cdrkit-1.1.9-efi-boot.patch
cdrkit-1.1.11-fno-common.patch cdrkit: fix -fno-common build 2021-11-28 09:01:40 +00:00
default.nix cdrkit: fix -fno-common build 2021-11-28 09:01:40 +00:00
include-path.patch