File: 10-meson-fix-library-name.patch

package info (click to toggle)
nethogs 0.8.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,640 kB
  • sloc: cpp: 2,706; ansic: 317; python: 134; makefile: 76; sh: 69
file content (18 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: CAB233 <yidaduizuoye@outlook.com>
Date: Mon, 24 Feb 2025 20:06:52 +0800
Subject: [PATCH] meson: fix library name
Origin: upstream, https://github.com/raboof/nethogs/commit/ba25a64dcd35f4a58c4d397160e90560e9851c79
Last-Update: 2025-03-23
---
index 03f1b58..faadec2 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -46,7 +46,7 @@ if get_option('enable-libnethogs').enabled()
     ])
   ]
 
-  libnethogs = shared_library('libnethogs' ,
+  libnethogs = shared_library('nethogs' ,
     sources + lib_sources, 
     cpp_args: c_args,
     c_args: c_args,