mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
linuxPackages.openafs: Patch for Linux kernel 7.2
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(cherry picked from commit 62001c79f8)
This commit is contained in:
committed by
github-actions[bot]
parent
4711a2a19c
commit
68ee6a3da2
@@ -28,6 +28,18 @@ stdenv.mkDerivation {
|
||||
inherit src;
|
||||
|
||||
patches = [
|
||||
# LINUX: Disable osi_dnlc
|
||||
(fetchpatch {
|
||||
url = "https://gerrit.openafs.org/changes/16927/revisions/a3bd427be8437a38c96ac34ef8216e58ab999945/patch";
|
||||
hash = "sha256-q0AOGpWL1r2hMLQgowMBkfOcEvhXEhXVLe1A/tlawFo=";
|
||||
decode = "base64 -d";
|
||||
})
|
||||
# linux: replace strncpy with strscpy
|
||||
(fetchpatch {
|
||||
url = "https://gerrit.openafs.org/changes/16928/revisions/5f04ae748a1ede14882174a81dfa38baa2e66a20/patch";
|
||||
hash = "sha256-fwzRzS799Y68l29vlzIAmHLda57gToLippgNMKWfWaw=";
|
||||
decode = "base64 -d";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user