summaryrefslogtreecommitdiff
path: root/dev-libs/libtracefs/files/libtracefs-1.8.0-mmap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libtracefs/files/libtracefs-1.8.0-mmap.patch')
-rw-r--r--dev-libs/libtracefs/files/libtracefs-1.8.0-mmap.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/libtracefs/files/libtracefs-1.8.0-mmap.patch b/dev-libs/libtracefs/files/libtracefs-1.8.0-mmap.patch
deleted file mode 100644
index 15000318863d..000000000000
--- a/dev-libs/libtracefs/files/libtracefs-1.8.0-mmap.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Subject: [PATCH] libtracefs meson: build tracefs-mmap by default
-
-Accordingly to Makefile let's add tracefs-mmap.c to build, this is needed
-for linking by other object files.
-
-Link: https://lore.kernel.org/linux-trace-devel/20240110203925.266999-1-giulio.benetti@benettiengineering.com
----
- src/meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/meson.build b/src/meson.build
-index 5b76554..f7a98b9 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -11,6 +11,7 @@ sources= [
- 'tracefs-instance.c',
- 'tracefs-kprobes.c',
- 'tracefs-marker.c',
-+ 'tracefs-mmap.c',
- 'tracefs-record.c',
- 'tracefs-sqlhist.c',
- 'tracefs-tools.c',
---
-2.43.0
-