diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-13 18:42:42 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-06-23 23:28:26 +0200 |
commit | 084ead622832443d32771a931014ecaef71f750c (patch) | |
tree | 963f74656f1e110b5f1bb1d4edddd2357faa5472 /dev-util/bpftool | |
parent | net-libs/libpcap: remove unused patch(es) (diff) | |
download | gentoo-084ead622832443d32771a931014ecaef71f750c.tar.gz gentoo-084ead622832443d32771a931014ecaef71f750c.tar.bz2 gentoo-084ead622832443d32771a931014ecaef71f750c.zip |
dev-util/bpftool: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31424
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/bpftool')
-rw-r--r-- | dev-util/bpftool/files/5.19.12-no-stack-protector.patch | 14 |
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) |