numam-dpdk/config
Thomas Monjalon 1cd512b2f5 build: detect execinfo library on Linux
The library execinfo and its header file can be installed on Alpine Linux
where the backtrace feature is not part of musl libc:
	apk add libexecinfo-dev

As a consequence, this library should not be restricted to BSD only.

At the same time, the library and header are detected once and added
globally to be linked with any application, internal or external.

Fixes: 9065b1fac6 ("build: fix dependency on execinfo for BSD meson builds")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: David Marchand <david.marchand@redhat.com>
2021-03-23 08:41:05 +01:00
..
arm config/arm: fix part number for clang Ubuntu 18.04 2021-02-10 19:37:16 +01:00
ppc build: remove deprecated cpuflag macros 2020-09-25 11:13:57 +02:00
x86 config: disable AVX512 with MinGW 2021-01-28 22:15:10 +01:00
meson.build build: detect execinfo library on Linux 2021-03-23 08:41:05 +01:00
rte_config.h ethdev: support multi-host in representor 2021-03-16 20:15:29 +01:00