mirror of
https://github.com/systemd/systemd.git
synced 2025-08-31 09:49:54 +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:
committed by
Zbigniew Jędrzejewski-Szmek
parent
ba54bcb822
commit
ceadabb102
@ -3919,6 +3919,7 @@ libsystemd_login_la_LDFLAGS = \
|
|||||||
libsystemd_login_la_LIBADD = \
|
libsystemd_login_la_LIBADD = \
|
||||||
libsystemd-shared.la \
|
libsystemd-shared.la \
|
||||||
libsystemd-daemon-internal.la \
|
libsystemd-daemon-internal.la \
|
||||||
|
libsystemd-label.la \
|
||||||
$(RT_LIBS)
|
$(RT_LIBS)
|
||||||
|
|
||||||
libsystemd_login_internal_la_SOURCES = \
|
libsystemd_login_internal_la_SOURCES = \
|
||||||
|
Reference in New Issue
Block a user