Re: [PATCH] examples: remove check for old broken pkg-config

2025-05-14 Thread David Marchand
On Wed, May 14, 2025 at 12:03 PM Bruce Richardson wrote: > > The version of pkg-config shipped with RHEL 7 had issues reporting the > linker flags for DPDK, meaning we couldn't build the examples statically > using it. However, as RHEL 7 is no longer supported by future DPDK > releases, we can dro

[PATCH] examples: remove check for old broken pkg-config

2025-05-14 Thread Bruce Richardson
The version of pkg-config shipped with RHEL 7 had issues reporting the linker flags for DPDK, meaning we couldn't build the examples statically using it. However, as RHEL 7 is no longer supported by future DPDK releases, we can drop the check for this condition from all the Makefiles. More recent p