Merge pull request #21118 from grahamc/fix-rsa-build-failure
linux_{4_8,grsec_nixos}: patch to fix build failure
This commit is contained in:
@@ -41,6 +41,12 @@ in
|
||||
|
||||
rec {
|
||||
|
||||
multithreaded_rsapubkey =
|
||||
{
|
||||
name = "multithreaded-rsapubkey-asn1.patch";
|
||||
patch = ./multithreaded-rsapubkey-asn1.patch;
|
||||
};
|
||||
|
||||
bridge_stp_helper =
|
||||
{ name = "bridge-stp-helper";
|
||||
patch = ./bridge-stp-helper.patch;
|
||||
|
||||
Reference in New Issue
Block a user