[systemd-devel] [Patch] build issues on ppc
Lukáš Nykrýn
lnykryn at redhat.com
Tue Dec 18 08:56:50 PST 2012
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
if HAVE_KMOD
libsystemd_core_la_SOURCES += \
More information about the systemd-devel
mailing list