mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
build-sys: link libsystemd-login with libsystemd-label.la
libsystemd-login.la uses cg_create() that currently seems to be a part of libsystemd-label.la. However, it doesn't link against that library and it seems that none of the (unconditional) libraries it uses do. In the end, people end up getting «undefined reference to `cg_create'» when trying to build e.g. dbus.
This commit is contained in:
parent
ba54bcb822
commit
ceadabb102
@ -3919,6 +3919,7 @@ libsystemd_login_la_LDFLAGS = \
|
||||
libsystemd_login_la_LIBADD = \
|
||||
libsystemd-shared.la \
|
||||
libsystemd-daemon-internal.la \
|
||||
libsystemd-label.la \
|
||||
$(RT_LIBS)
|
||||
|
||||
libsystemd_login_internal_la_SOURCES = \
|
||||
|
Loading…
Reference in New Issue
Block a user