On Tue, Apr 8, 2025 at 9:47 AM Thomas Monjalon <[email protected]> wrote: > > When using the Meson option "ibverbs_link=dlopen", > a glue library is built. > > After the recent change requiring eal_export.h, > the build stopped because the internal EAL include directory > was unknown to this glue library: > > drivers/common/mlx5/linux/mlx5_glue.c:19:10: fatal error: > eal_export.h: No such file or directory > > Fixes: c7020bb20fc7 ("build: mark exported symbols") > > Reported-by: Ali Alnubani <[email protected]> > Signed-off-by: Thomas Monjalon <[email protected]>
lgtm. Acked-by: David Marchand <[email protected]> -- David Marchand

