tpm-luks: add openssl1.1 patch

This commit is contained in:
Andreas Rammhold
2019-07-29 21:25:15 +02:00
committed by Robin Gloster
parent b689d71b9c
commit 78be12d315
3 changed files with 83 additions and 0 deletions
+5
View File
@@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
sha256 = "1ms2v57f13r9km6mvf9rha5ndmlmjvrz3mcikai6nzhpj0nrjz0w";
};
patches = [
./openssl-1.1.patch
./signed-ptr.patch
];
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ gawk trousers cryptsetup openssl ];