summaryrefslogtreecommitdiff
path: root/sys-boot/tboot/files/tboot-1.10.3-dont-call-strip-directly.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-25 20:34:27 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-25 20:34:27 +0000
commit0f15659d48c193027158492acb726297501202c5 (patch)
tree5502ba879a78b759da28441d418dbbfe08bd8f03 /sys-boot/tboot/files/tboot-1.10.3-dont-call-strip-directly.patch
parent93a93e9a3b53c1a73142a305ea1f8136846942ee (diff)
gentoo xmass resync : 25.12.2021
Diffstat (limited to 'sys-boot/tboot/files/tboot-1.10.3-dont-call-strip-directly.patch')
-rw-r--r--sys-boot/tboot/files/tboot-1.10.3-dont-call-strip-directly.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-boot/tboot/files/tboot-1.10.3-dont-call-strip-directly.patch b/sys-boot/tboot/files/tboot-1.10.3-dont-call-strip-directly.patch
deleted file mode 100644
index 83adeda6d5ac..000000000000
--- a/sys-boot/tboot/files/tboot-1.10.3-dont-call-strip-directly.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r 5a30b6b09e77 tboot/Makefile
---- a/tboot/Makefile Fri Dec 10 15:35:42 2021 +0100
-+++ b/tboot/Makefile Mon Dec 20 13:06:09 2021 -0600
-@@ -34,7 +34,7 @@
- TARGET_LDS := $(CURDIR)/common/tboot.lds
-
- $(TARGET).strip : $(TARGET)
-- strip $< -o $@
-+ $(STRIP) $< -o $@
-
- $(TARGET).gz : $(TARGET).strip
- gzip -n -f -9 < $< > $@