I have a patch that adds a conditional dependency for 'libkeyutils' in the meson.build file to enhance the build system's flexibility. The patch addresses the following issue:
If the dynamic library 'libkeyutils' is found by pkg-config, but one attempts to build with static linkage, the build will fail, even if the keyring feature is disabled and, therefore, the library is not needed. Max Fritz (1): [meson.build] Add conditional dependency for libkeyutils meson.build | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- 2.38.4