On Thu, Feb 25, 2021 at 07:22:36PM +0100, Thomas Monjalon wrote: > 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: 9065b1fac65f ("build: fix dependency on execinfo for BSD meson builds") > Cc: sta...@dpdk.org > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [dpdk-dev] [PATCH v5 00/17] Alpine/musl build support Thomas Monjalon
- [dpdk-dev] [PATCH v5 01/17] eal: fix comment of OS-s... Thomas Monjalon
- [dpdk-dev] [PATCH v5 02/17] buildtools: fix build wi... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v5 02/17] buildtools: fix ... Bruce Richardson
- [dpdk-dev] [PATCH v5 03/17] build: detect execinfo l... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v5 03/17] build: detect ex... Bruce Richardson
- [dpdk-dev] [PATCH v5 04/17] build: define _GNU_SOURC... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v5 04/17] build: define _G... Bruce Richardson
- Re: [dpdk-dev] [PATCH v5 04/17] build: defin... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v5 04/17] build: d... Bruce Richardson
- Re: [dpdk-dev] [PATCH v5 04/17] bui... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v5 04/17]... Thomas Monjalon
- [dpdk-dev] [PATCH v5 05/17] eal/linux: fix build wit... Thomas Monjalon
- [dpdk-dev] [PATCH v5 06/17] drivers: fix header incl... Thomas Monjalon
- [dpdk-dev] [PATCH v5 07/17] drivers: replace page si... Thomas Monjalon
- [dpdk-dev] [PATCH v5 08/17] bus/pci: support I/O por... Thomas Monjalon