Re: [PATCH 1/1] buildtools: remove absolute paths from pc file

2024-10-10 Thread Bruce Richardson
On Sun, Jan 07, 2024 at 07:41:36AM -0800, 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. > > https://github.com/mesonbuild/meson/issues/7766 >

Re: [PATCH 1/1] buildtools: remove absolute paths from pc file

2024-10-10 Thread Bruce Richardson
On Wed, Oct 09, 2024 at 11:44:12AM -0700, Stephen Hemminger wrote: > On Sun, 7 Jan 2024 07:41:36 -0800 > 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

[PATCH 1/1] buildtools: remove absolute paths from pc file

2024-01-07 Thread Srikanth Yalavarthi
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. https://github.com/mesonbuild/meson/issues/7766 Signed-off-by: Srikanth Yalavarthi --- buildtools/pkg-config/set-static-linker