From: Antonio Alvarez Feijoo Date: Wed, 29 Jul 2026 08:19:22 +0000 (+0200) Subject: feat(systemd-journald): remove libgcrypt from add_dlopen_features X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;p=thirdparty%2Fdracut-ng.git feat(systemd-journald): remove libgcrypt from add_dlopen_features 0406aa64a788c63a0bb2fd9d60a2d3d2d96320cb only removed the fallback if dlopen notes are not being parsed. Moreover, libgcrypt survives only in unit tests after https://github.com/systemd/systemd/pull/42695. Follow-up for 0406aa64a788c63a0bb2fd9d60a2d3d2d96320cb --- diff --git a/modules.d/11systemd-journald/module-setup.sh b/modules.d/11systemd-journald/module-setup.sh index 72fee7f09..b1b72b48e 100755 --- a/modules.d/11systemd-journald/module-setup.sh +++ b/modules.d/11systemd-journald/module-setup.sh @@ -28,7 +28,7 @@ depends() { # Config adjustments before installing anything. config() { - add_dlopen_features+=" libsystemd-shared-*.so:gcrypt,lz4,lzma,zstd " + add_dlopen_features+=" libsystemd-shared-*.so:lz4,lzma,zstd " } # Install the required file(s) and directories for the module in the initramfs.