Re: [dpdk-dev] [PATCH v5 03/17] build: detect execinfo library on Linux

2021-02-26 Thread Bruce Richardson
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 on

[dpdk-dev] [PATCH v5 03/17] build: detect execinfo library on Linux

2021-02-25 Thread Thomas Monjalon
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