mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
mkosi: update libqrencode in Debian config
In Debian unstable package libqrencode-dev is version 4.0.2-1, and the
corresponding runtime library is provided by package libqrencode4.
This change fixes the following error when running journalctl:
root@image:~# journalctl
journalctl: error while loading shared libraries: libqrencode.so.4: cannot
open shared object file: No such file or directory
This change also fixes the following boot failures in
systemd-journal-flush.service and systemd-journal-catalog-update.service:
[FAILED] Failed to start Flush Journal to Persistent Storage.
[FAILED] Failed to start Rebuild Journal Catalog.
See also #4949
This commit is contained in:
committed by
Lennart Poettering
parent
09818a8893
commit
d3e5af0440
@@ -61,6 +61,6 @@ BuildPackages=
|
||||
xz-utils
|
||||
|
||||
Packages=
|
||||
libqrencode3
|
||||
libqrencode4
|
||||
locales
|
||||
libidn2-0
|
||||
|
||||
Reference in New Issue
Block a user