File: remove-local.patch

package info (click to toggle)
bpftune 0.0~git20250314.8fd59cc-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,592 kB
  • sloc: ansic: 254,985; sh: 3,324; makefile: 476
file content (17 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: do not use /usr/local/

Forwarded: not-needed
Last-Update: 2024-12-12
---

--- bpftune-0.0~git20241205.2a8d043.orig/include/bpftune/libbpftune.h
+++ bpftune-0.0~git20241205.2a8d043/include/bpftune/libbpftune.h
@@ -54,7 +54,7 @@
 /* default /usr/lib64/bpftune */
 #define BPFTUNER_LIB_DIR		BPFTUNER_PREFIX_DIR "/" LIB_DIR "/bpftune/"
 /* default /usr/local/lib64/bpftune */
-#define BPFTUNER_LOCAL_LIB_DIR		BPFTUNER_PREFIX_DIR "/local/" LIB_DIR "/bpftune/"
+#define BPFTUNER_LOCAL_LIB_DIR		BPFTUNER_PREFIX_DIR "/" LIB_DIR "/bpftune/"
 #define BPFTUNER_LIB_SUFFIX		"_tuner.so"
 
 #define BPFTUNE_PROC_SYS		"/proc/sys/"