HomeFreeBSD

net/dpdk-20.11: Fix build warnings about symbols in version map file

Description

net/dpdk-20.11: Fix build warnings about symbols in version map file

The latest versions of ld are throwing warnings/errors about entries in
the linker script that don't exist in the actual build. For DPDK, there
are functions in the linker script (version.map) which only exist on Linux
(and sometimes only on Windows) but not on BSD. To avoid warnings/errors,
we can restore old behaviour by adding the "-Wl,--undefined-version"
flag to the build.

PR: 276277

Details

Provenance
Bruce Richardson <bruce.richardson@intel.com>Authored on Jan 14 2024, 8:12 AM
diizzyCommitted on Jan 14 2024, 8:28 PM
Parents
R11:a11f3cf1acfa: net/dpdk: Fix build warnings about symbols in version map file
Branches
Unknown
Tags
Unknown