0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 05:49:50 +00:00
packages/utils/conmon/patches/010-remove-libdl-dep.patch
Tianling Shen ba04e87c99 conmon: Update to 2.1.12
Refreshed patches.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-09-20 13:11:50 +08:00

12 lines
402 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -87,7 +87,7 @@ executable('conmon',
'src/utils.h',
'src/seccomp_notify.c',
'src/seccomp_notify.h'],
- dependencies : [glib, libdl, sd_journal, seccomp],
+ dependencies : [glib, sd_journal, seccomp],
install : true,
install_dir : join_paths(get_option('libexecdir'), 'podman'),
)