[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Mon Sep 30 15:21:55 PDT 2013


 Makefile.am |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ae05436265da80e2b6c88d2d7050f3912e7bfa96
Author: Kay Sievers <kay at vrfy.org>
Date:   Tue Oct 1 00:19:25 2013 +0200

    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.

diff --git a/Makefile.am b/Makefile.am
index af4e215..92de163 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 = \



More information about the systemd-commits mailing list