On Tue, 18.12.12 17:56, Lukáš Nykrýn ([email protected]) wrote: > Hello, > systemd-196 won't build on ppc > https://bugzilla.redhat.com/show_bug.cgi?id=888255. I think that > sufficient patch would be: > > diff --git a/Makefile.am b/Makefile.am > index 804cc04..acbb12b 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -1068,7 +1068,8 @@ libsystemd_core_la_SOURCES = \ > src/core/syscall-list.c \ > src/core/syscall-list.h \ > src/core/audit-fd.c \ > - src/core/audit-fd.h > + src/core/audit-fd.h \ > + src/libsystemd-daemon/sd-daemon.c
Hmm, but libsystemd_core_la_LIBADD already pulls in libsystemd-daemon.la. So why pull the .c file in too? This doesn't look like the right fix to me. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
