Re: [systemd-devel] [PATCH] tests: fix test-rtnl-manual.c compile failure

2014-05-22 Thread Tom Gundersen
On Thu, May 22, 2014 at 2:36 AM, Lennart Poettering lenn...@poettering.net wrote: On Mon, 31.03.14 15:23, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: Needs KMOD_CFLAGS Is this still an issue? I assume not, right? Otherwise, please resend! This seems to have been fixed by

Re: [systemd-devel] [PATCH] tests: fix test-rtnl-manual.c compile failure

2014-05-21 Thread Lennart Poettering
On Mon, 31.03.14 15:23, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: Needs KMOD_CFLAGS Is this still an issue? I assume not, right? Otherwise, please resend! --- Makefile.am | 4 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6c7d6e5..77495a4

[systemd-devel] [PATCH] tests: fix test-rtnl-manual.c compile failure

2014-03-31 Thread Cristian Rodríguez
Needs KMOD_CFLAGS --- Makefile.am | 4 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6c7d6e5..77495a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1399,6 +1399,10 @@ test_ipcrm_LDADD = \ libsystemd-shared.la \ -lrt +test_rtnl_manual_CFLAGS