summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-10-01 00:19:25 +0200
committerKay Sievers <kay@vrfy.org>2013-10-01 00:21:50 +0200
commitae05436265da80e2b6c88d2d7050f3912e7bfa96 (patch)
treeaec8ac4884fa85de74d1374af235c70fcea38b9b
parent0b926f194aa117519bfc89a12ee6f01ffeeccc21 (diff)
downloadsystemd-ae05436265da80e2b6c88d2d7050f3912e7bfa96.tar.gz
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 ceadabb102b05b237bfab11e1f742975ee4daeb1.
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index af4e215538..92de1630b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 = \