Re: [systemd-devel] [PATCH] network: fix build failure, missing KMOD_XXX flags

2014-05-15 Thread Lennart Poettering
On Tue, 13.05.14 19:35, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: Quite frankly, I'd much rather see the kmod logic remvoed from netword entirely... We shouldn't work around kernel brokeness... Please try to follow the usual identation style of the code, in this case, please always

Re: [systemd-devel] [PATCH] network: fix build failure, missing KMOD_XXX flags

2014-05-15 Thread Tom Gundersen
On Thu, May 15, 2014 at 6:52 PM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 13.05.14 19:35, Cristian Rodríguez (crrodrig...@opensuse.org) wrote: Quite frankly, I'd much rather see the kmod logic remvoed from netword entirely... We shouldn't work around kernel brokeness...

[systemd-devel] [PATCH] network: fix build failure, missing KMOD_XXX flags

2014-05-13 Thread Cristian Rodríguez
- Add KMOD_CFLAGS and KMOD_LIBS where appropiate - networkd now requires kmod. make --disable-kmod --enable-networkd to raise an error. --- Makefile.am | 7 ++- configure.ac | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b8ff732..0d08975