syslinux: build with gcc9

build fails with "undefined reference to `strlen'" on gcc10
This commit is contained in:
luc65r 2020-07-07 15:45:11 +02:00 committed by Frederik Rietdijk
parent c4c1b328c7
commit a95fc9ff16

View file

@ -19326,7 +19326,9 @@ in
sysklogd = callPackage ../os-specific/linux/sysklogd { };
syslinux = callPackage ../os-specific/linux/syslinux { };
syslinux = callPackage ../os-specific/linux/syslinux {
stdenv = gcc9Stdenv; # Fails with "undefined reference to `strlen'" on gcc10
};
sysstat = callPackage ../os-specific/linux/sysstat { };