[systemd-devel] [PATCH] libsystemd-login.so: fix undefined reference to 'cg_create'
Chengwei Yang
chengwei.yang at intel.com
Sun Aug 25 22:48:56 PDT 2013
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 5654ad3..dc5170a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3870,6 +3870,7 @@ libsystemd_login_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/login/libsystemd-login.sym
libsystemd_login_la_LIBADD = \
+ libsystemd-label.la \
libsystemd-shared.la \
libsystemd-daemon-internal.la \
$(RT_LIBS)
--
1.7.9.5
More information about the systemd-devel
mailing list