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,
|