08/04/2025 09:57, David Marchand: > On Tue, Apr 8, 2025 at 9:47 AM Thomas Monjalon <tho...@monjalon.net> 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 <alia...@nvidia.com> > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > lgtm. > Acked-by: David Marchand <david.march...@redhat.com>
Applied quickly to fix the build.