summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bpftrace/files/bpftrace-0.14-libbpf-0.6.patch')
-rw-r--r--dev-util/bpftrace/files/bpftrace-0.14-libbpf-0.6.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-util/bpftrace/files/bpftrace-0.14-libbpf-0.6.patch b/dev-util/bpftrace/files/bpftrace-0.14-libbpf-0.6.patch
deleted file mode 100644
index e4a383dd69fc..000000000000
--- a/dev-util/bpftrace/files/bpftrace-0.14-libbpf-0.6.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 47a050e2..5dd5ff3f 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -123,10 +123,8 @@ endif(STATIC_LINKING)
-
- target_link_libraries(libbpftrace parser resources runtime aot ast arch cxxdemangler_llvm)
-
--if (LIBBPF_BTF_DUMP_FOUND)
-- target_include_directories(runtime PUBLIC ${LIBBPF_INCLUDE_DIRS})
-- target_link_libraries(runtime ${LIBBPF_LIBRARIES})
--endif(LIBBPF_BTF_DUMP_FOUND)
-+target_include_directories(runtime PUBLIC ${LIBBPF_INCLUDE_DIRS})
-+target_link_libraries(runtime ${LIBBPF_LIBRARIES})
-
- if(HAVE_BFD_DISASM)
- if(STATIC_LINKING)