On Wed, 12 Dec 2018 19:35:08 +0800
Syrone Wong <[email protected]> wrote:
> The incorrect setting of LDFLAGS causes error below:
>
> > em_ipt.o: In function `em_ipt_print_epot':
> > em_ipt.c:(.text.em_ipt_print_epot+0x2e): undefined reference to
> > `xtables_init_all'
>
> em_ipt.c gets involved when TC_CONFIG_XT=y, which requires xtables,
> while tc/Makefile doesn't pass flags correctly. It adds '-lxtables'
> to LDFLAGS instead of LDLIBS.
>
> Fixes: dd296215 ("tc: add em_ipt ematch for calling xtables matches
> from tc matching context")
>
> Signed-off-by: Syrone Wong <[email protected]>
Thanks!
So iiuc there's some other LDFLAG coming after -lxtables on some
platform? sorry about that..
You can add my:
Acked-by: Eyal Birger <[email protected]>
Eyal.