[systemd-devel] [Patch] build issues on ppc

Lennart Poettering lennart at poettering.net
Tue Dec 18 09:20:12 PST 2012


On Tue, 18.12.12 17:56, Lukáš Nykrýn (lnykryn at redhat.com) 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.


More information about the systemd-devel mailing list