summaryrefslogtreecommitdiff
path: root/dev-util/bpftool/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-24 01:25:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-24 01:25:35 +0100
commita152c669e7ec3bb6ae13b747b985e2ece3b58b0a (patch)
treed0bc106af803b1687d9959980809b98a2419a2a7 /dev-util/bpftool/files
parente61316437bd8569d122a22afee87973ea4949120 (diff)
gentoo auto-resync : 24:06:2023 - 01:25:35
Diffstat (limited to 'dev-util/bpftool/files')
-rw-r--r--dev-util/bpftool/files/5.19.12-no-stack-protector.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-util/bpftool/files/5.19.12-no-stack-protector.patch b/dev-util/bpftool/files/5.19.12-no-stack-protector.patch
deleted file mode 100644
index c9ae115ac20d..000000000000
--- a/dev-util/bpftool/files/5.19.12-no-stack-protector.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-
-https://bugs.gentoo.org/890638
-
---- a/tools/bpf/bpftool/Makefile 2022-12-11 23:15:18.000000000 +0100
-+++ b/tools/bpf/bpftool/Makefile 2023-01-13 10:32:09.615048492 +0100
-@@ -187,7 +187,7 @@ $(OUTPUT)%.bpf.o: skeleton/%.bpf.c $(OUT
- -I$(or $(OUTPUT),.) \
- -I$(srctree)/tools/include/uapi/ \
- -I$(LIBBPF_BOOTSTRAP_INCLUDE) \
-- -g -O2 -Wall -target bpf -c $< -o $@
-+ -g -O2 -Wall -fno-stack-protector -target bpf -c $< -o $@
- $(Q)$(LLVM_STRIP) -g $@
-
- $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)