libunwind: broken on aarch64-musl currently.
This commit is contained in:
parent
0547a970f4
commit
a86dbddabd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libunwind'.
|
# Template file for 'libunwind'.
|
||||||
pkgname=libunwind
|
pkgname=libunwind
|
||||||
version=1.2rc1
|
version=1.2rc1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${version/rc/-rc}"
|
wrksrc="${pkgname}-${version/rc/-rc}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool automake"
|
hostmakedepends="libtool automake"
|
||||||
|
@ -13,6 +13,10 @@ license="MIT"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-${version/rc/-rc}.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-${version/rc/-rc}.tar.gz"
|
||||||
checksum=d222f186b6bc60f49dac5030516ec35a7ed0ccca675551d6cf81008112116abc
|
checksum=d222f186b6bc60f49dac5030516ec35a7ed0ccca675551d6cf81008112116abc
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64-musl) broken="needs getcontext";;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i /SUBDIRS/s/tests// Makefile.am
|
sed -i /SUBDIRS/s/tests// Makefile.am
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue