Revert "bcc: fix build for musl"

This reverts commit 3001489a10.

The libexecinfo-devel requirement for linking llvm-related things
statically should have been listed in the llvm12 template.
This commit is contained in:
Érico Nogueira 2021-05-18 10:19:11 -03:00 committed by Érico Nogueira Rolim
parent d77534ffae
commit 6bfb3e5c49

View file

@ -20,10 +20,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
if [ "${XBPS_TARGET_LIBC}" = musl ]; then
makedepends+=" libexecinfo-devel"
fi
post_extract() {
sed -i '/tests/d' CMakeLists.txt # break on musl
sed -i 's/<error.h>/<errno.h>/' examples/cpp/KModRetExample.cc