syslinux: build with gcc9
build fails with "undefined reference to `strlen'" on gcc10
This commit is contained in:
parent
c4c1b328c7
commit
a95fc9ff16
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue