From: Michał Górny Date: Mon, 30 Sep 2013 08:08:09 +0000 (+0200) Subject: build-sys: link libsystemd-login with libsystemd-label.la X-Git-Tag: v208~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ceadabb102b05b237bfab11e1f742975ee4daeb1;p=platform%2Fupstream%2Fsystemd.git 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. --- diff --git a/Makefile.am b/Makefile.am index 92de163..af4e215 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3919,6 +3919,7 @@ 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 = \