[systemd-devel] [PATCH] build: Fix compile failure, KMOD_CFLAGS missing..again..
Tom Gundersen
teg at jklm.no
Tue May 27 09:02:43 PDT 2014
On Tue, May 20, 2014 at 5:07 AM, Cristian Rodríguez
<crrodriguez at opensuse.org> wrote:
> ---
> 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
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
This appears to have been fixed by a similar patch.
Thanks.
Tom
More information about the systemd-devel
mailing list