diff options
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 |
