mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
Revert "build-sys: link libsystemd-login with libsystemd-label.la"
Systemd-logind does not pull in cg_create(), if we unconditionally link
this, all users of systemd-logind qill need the label stuff and therefore
link against selinux.
It is probably a build-system issue, or something that need to be sorted
out in a differnt way than linking not needed libs.
This reverts commit ceadabb102
.
This commit is contained in:
parent
0b926f194a
commit
ae05436265
@ -3919,7 +3919,6 @@ 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