mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
build-sys: link systemctl and systemd-journalctl against libsystemd-id128
Both use logs-show.c which requires libsystemd-id128 for sd_id128_to_string ().
This commit is contained in:
parent
7e4ab3c5a6
commit
118ca5966f
@ -974,6 +974,7 @@ systemctl_LDADD = \
|
||||
libsystemd-basic.la \
|
||||
libsystemd-daemon.la \
|
||||
libsystemd-journal.la \
|
||||
libsystemd-id128.la \
|
||||
$(DBUS_LIBS)
|
||||
|
||||
systemd_notify_SOURCES = \
|
||||
@ -1239,7 +1240,8 @@ systemd_journalctl_SOURCES = \
|
||||
|
||||
systemd_journalctl_LDADD = \
|
||||
libsystemd-basic.la \
|
||||
libsystemd-journal.la
|
||||
libsystemd-journal.la \
|
||||
libsystemd-id128.la
|
||||
|
||||
if HAVE_XZ
|
||||
systemd_journalctl_SOURCES += \
|
||||
|
Loading…
Reference in New Issue
Block a user