nixpkgs/pkgs/os-specific/linux/syslinux
Sergei Trofimovich c9a2833a57 syslinux: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: acpi/xsdt.o:/build/syslinux-b404870/com32/gpllib/../gplinclude/memory.h:40: multiple definition of
      `e820_types'; memory.o:/build/syslinux-b404870/com32/gpllib/../gplinclude/memory.h:40: first defined here
2022-05-29 08:28:19 +01:00
..
default.nix syslinux: add -fcommon workaround 2022-05-29 08:28:19 +01:00
gcc10.patch