On Tue, Jun 09, 2026 at 08:47:33AM +0100, Bruce Richardson wrote: > On Tue, Jun 09, 2026 at 10:02:20AM +0530, Srikanth Yalavarthi wrote: > > When linking with non-versioned libraries, absolute paths > > of the libraries are added to libdpdk.pc. This patch replaces > > the absolute path with correct linker flags, -l<libname>. > > > > Do we need to check if we need a "-L" flag for some of these paths that are > stripped? > > > https://github.com/mesonbuild/meson/issues/7766 > > The bug report indicates that this issue only occurs for some libs which are missing an SONAME. Checking the .pc files generated on my own system, I don't see any libs listed with full paths. Out of interest, what libraries are causing problems? (Alternative question - how can we reproduce this issue to check the fix :-) )
Thanks, /Bruce

