Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(systemd): explicitly install some libs that will not be statically included #118

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

dracutng
Copy link

@dracutng dracutng commented Apr 6, 2024

Changes

Some required libraries that used to be statically included are in the process to be opened via dlopen().

References:

Closes dracutdevs/dracut#2642

(cherry picked from dracutdevs/dracut#2643)

…y included

Some required libraries that used to be statically included are in the process
to be opened via `dlopen()`.

References:
- systemd/systemd#31131
- systemd/systemd#31550
- systemd/systemd#32019

Closes #2642
@github-actions github-actions bot added systemd Issues related to the systemd module modules Issue tracker for all modules systemd-coredump systemd-journald labels Apr 6, 2024
@LaszloGombos LaszloGombos added compatibility kernel, firmware, systemd systemd-only labels Apr 6, 2024
mrc0mmand added a commit to mrc0mmand/systemd-centos-ci that referenced this pull request Apr 8, 2024
With [0] merged we need to pull in libkmod explicitly; drop this once
[1] lands in Fedora.

[0] systemd/systemd#31131
[1] dracut-ng/dracut-ng#118
mrc0mmand added a commit to mrc0mmand/systemd-centos-ci that referenced this pull request Apr 8, 2024
With [0] merged we need to pull in libkmod explicitly; drop this once
[1] lands in Fedora.

[0] systemd/systemd#31131
[1] dracut-ng/dracut-ng#118
mrc0mmand added a commit to systemd/systemd-centos-ci that referenced this pull request Apr 8, 2024
With [0] merged we need to pull in libkmod explicitly; drop this once
[1] lands in Fedora.

[0] systemd/systemd#31131
[1] dracut-ng/dracut-ng#118
Copy link
Collaborator

@Conan-Kudo Conan-Kudo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility kernel, firmware, systemd modules Issue tracker for all modules systemd Issues related to the systemd module systemd-coredump systemd-journald systemd-only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

systemd will dlopen libraries that used to be statically included
4 participants