mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
This patch sets -DSTACK_TRACE=OFF when elibc_musl is defined. Execinfo is not provided by musl libc and therefore the build fails. Other, and probably better solutions would be to not depend on execinfo or to package a standalone libexecinfo (https://github.com/mikroskeem/libexecinfo) and add it to the DEPEND-array if using musl. But that's better to take upstream. I think this is totally fine for most users for now. Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> (cherry picked from commit 127aa286150e16e92305fda7cbbdde70da976147)