linux_{4_8,grsec_nixos}: patch to fix build failure

crypto/rsa_helper.c:18:28: fatal error: rsapubkey-asn1.h: No such file or directory
This commit is contained in:
Graham Christensen
2016-12-13 07:25:46 -05:00
parent 1c50bdd928
commit 7a813d3f6d
3 changed files with 53 additions and 0 deletions
@@ -38,6 +38,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;