Re: [systemd-devel] [PATCH] systemd-logind: Fix linking by reordering libraries in LDADD

2013-04-18 Thread Kay Sievers
On Thu, Apr 18, 2013 at 8:32 PM, Josh Triplett wrote: > libsystemd-audit needs functions from libsystemd-shared, so > libsystemd-audit needs to appear first. Otherwise: > > CCLD systemd-logind > ./.libs/libsystemd-audit.a(audit.o): In function `audit_session_from_pid': > /home/josh/src/system

[systemd-devel] [PATCH] systemd-logind: Fix linking by reordering libraries in LDADD

2013-04-18 Thread Josh Triplett
libsystemd-audit needs functions from libsystemd-shared, so libsystemd-audit needs to appear first. Otherwise: CCLD systemd-logind ./.libs/libsystemd-audit.a(audit.o): In function `audit_session_from_pid': /home/josh/src/systemd/src/shared/audit.c:50: undefined reference to `detect_container