[systemd-devel] [PATCH] build: Fix compile failure, KMOD_CFLAGS missing..again..

Cristian Rodríguez crrodriguez at opensuse.org
Mon May 19 20:07:30 PDT 2014


---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index f2a3bbd..bea3876 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4195,6 +4195,8 @@ endif
 
 # ------------------------------------------------------------------------------
 if ENABLE_RESOLVED
+systemd_resolved_CFLAGS = $(AM_CFLAGS) $(KMOD_CFLAGS)
+
 systemd_resolved_SOURCES = \
 	src/resolve/resolved.h \
 	src/resolve/resolved.c \
@@ -4298,6 +4300,8 @@ systemd_networkd_wait_online_LDADD = \
 	libsystemd-shared.la \
 	libsystemd-network.la
 
+test_network_CFLAGS = $(AM_CFLAGS) $(KMOD_CFLAGS)
+
 test_network_SOURCES = \
 	src/network/test-network.c
 
-- 
1.8.4.5



More information about the systemd-devel mailing list