autofs: patch cryus_sals function pointer types

This commit is contained in:
willifan
2024-12-28 15:40:15 +01:00
parent db5ca039e6
commit aa103048c0
+4
View File
@@ -44,6 +44,10 @@ stdenv.mkDerivation rec {
url = "mirror://kernel/linux/daemons/autofs/v5/patches-5.2.0/autofs-5.1.9-fix-crash-in-make_options_string.patch";
hash = "sha256-YjTdJ50iNhJ2UjFdrKYEFNt04z0PfmElbFa4GuSskLA=";
})
(fetchpatch {
url = "mirror://kernel/linux/daemons/autofs/v5/patches-5.2.0/autofs-5.1.9-Fix-incompatible-function-pointer-types-in-cyrus-sasl-module.patch";
hash = "sha256-erLlqZtVmYqUOsk3S7S50yA0VB8Gzibsv+X50+gcA58=";
})
];
preConfigure = ''