vppinfra: add option to use libexecinfo 89/30789/4
authorNathan Moos <nmoos@cisco.com>
Fri, 15 Jan 2021 23:50:59 +0000 (15:50 -0800)
committerDamjan Marion <dmarion@me.com>
Wed, 20 Jan 2021 15:23:06 +0000 (15:23 +0000)
commit67d7acd059572c1eb08b86f66ec75de3d2bde365
tree4b394b56cd9275dae309f616358a5483e069577e
parentcf5ba26700845b3956beb71314875fa192f5b711
vppinfra: add option to use libexecinfo

Type: feature

The musl libc does not provide <execinfo.h> or an implementation of the
functions provided. This patch enables the use of libexecinfo as an
alternative, which can be used on systems with musl.

Change-Id: I76b5744ddf731b66e16144025a6fdedf72925260
Signed-off-by: Nathan Moos <nmoos@cisco.com>
src/vppinfra/CMakeLists.txt