summaryrefslogtreecommitdiff
path: root/dev-libs/libtracefs/files/libtracefs-1.8.0-mmap.patch
blob: 15000318863dec76123533bbb928db067f282e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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