mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
linux/common-config: Disable LEGACY_TIOCSTI
See the commit message adding the kconfig:
83efeeeb3d
At least Fedora and Arch both appear to disable this on their kernels.
This commit is contained in:
@@ -1409,6 +1409,8 @@ let
|
||||
TASK_XACCT = yes;
|
||||
TASK_IO_ACCOUNTING = yes;
|
||||
|
||||
LEGACY_TIOCSTI = whenAtLeast "6.2" no;
|
||||
|
||||
# Fresh toolchains frequently break -Werror build for minor issues.
|
||||
WERROR = whenAtLeast "5.15" no;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user