chiark / gitweb /
build-sys: link libsystemd-login with libsystemd-label.la
authorMichał Górny <mgorny@gentoo.org>
Mon, 30 Sep 2013 08:08:09 +0000 (10:08 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 30 Sep 2013 22:02:08 +0000 (00:02 +0200)
commitceadabb102b05b237bfab11e1f742975ee4daeb1
tree069278340f00f5dbdf07ce155960932c6056d199
parentba54bcb822fe1b6ab5c653d63dfdae706a28a128
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.
Makefile.am