diff options
| author | Steve McIntyre <steve@einval.com> | 2023-01-24 22:37:23 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2023-01-24 22:37:23 +0000 |
| commit | 736533df5bddd7be9b27fa8051a71d731ab7a524 (patch) | |
| tree | 01ab55c1899e3f9faf4e80ab571a5aee90ace6ca /debian/patches/Enable-NX.patch | |
| parent | b82b07b854e4d61deb646b8ee439580b7999c930 (diff) | |
| download | efi-boot-shim-736533df5bddd7be9b27fa8051a71d731ab7a524.tar.gz efi-boot-shim-736533df5bddd7be9b27fa8051a71d731ab7a524.zip | |
Enable NX support at build time
As required by policy for signing new shim binaries.
Diffstat (limited to 'debian/patches/Enable-NX.patch')
| -rw-r--r-- | debian/patches/Enable-NX.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/Enable-NX.patch b/debian/patches/Enable-NX.patch new file mode 100644 index 00000000..d75c1089 --- /dev/null +++ b/debian/patches/Enable-NX.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index a9202f46..4f29fe12 100644 +--- a/Makefile ++++ b/Makefile +@@ -255,7 +255,7 @@ endif + -j .rela* -j .dyn -j .reloc -j .eh_frame \ + -j .vendor_cert -j .sbat -j .sbatlevel \ + $(FORMAT) $< $@ +- ./post-process-pe -vv $@ ++ ./post-process-pe -n -vv $@ + + ifneq ($(origin ENABLE_SHIM_HASH),undefined) + %.hash : %.efi |
