From 6bfb3e5c493689822b3cec6d6050f7364fa2d0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Tue, 18 May 2021 10:19:11 -0300 Subject: [PATCH] Revert "bcc: fix build for musl" This reverts commit 3001489a10ff839fed32bc900b3fa2703b25143a. The libexecinfo-devel requirement for linking llvm-related things statically should have been listed in the llvm12 template. --- srcpkgs/bcc/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index ec53dd8e3ba..985568af0e5 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -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///' examples/cpp/KModRetExample.cc