fixup! libunwind: update to 1.7.2.

This commit is contained in:
classabbyamp 2024-01-17 15:26:00 -05:00 committed by classabbyamp
parent 7efd6d0b73
commit 5b18c7ee66
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,8 @@ license="MIT"
homepage="https://www.nongnu.org/libunwind/"
distfiles="https://github.com/libunwind/libunwind/releases/download/v${version}/libunwind-${version}.tar.gz"
checksum=a18a6a24307443a8ace7a8acc2ce79fbbe6826cd0edf98d6326d0225d6a5d6e6
# many test failures
make_check=no
CFLAGS="-fcommon"
@ -29,6 +31,10 @@ case "$XBPS_TARGET_MACHINE" in
*) ;;
esac
if [ "$XBPS_TARGET_LIBC" = musl ]; then
checkdepends+=" libexecinfo-devel"
fi
pre_configure() {
# unw_getcontext is just getcontext on ppc*, separate lib for musl
# it needs to be here because it's used directly in a macro in a