libunwind: update to 1.2.

This commit is contained in:
Juan RP 2017-02-01 03:18:49 +01:00
parent d267a6d089
commit c6912e901f

View file

@ -1,8 +1,7 @@
# Template file for 'libunwind'. # Template file for 'libunwind'.
pkgname=libunwind pkgname=libunwind
version=1.2rc1 version=1.2
revision=2 revision=1
wrksrc="${pkgname}-${version/rc/-rc}"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="libtool automake" hostmakedepends="libtool automake"
makedepends="liblzma-devel" makedepends="liblzma-devel"
@ -11,18 +10,14 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.nongnu.org/libunwind/" homepage="http://www.nongnu.org/libunwind/"
license="MIT" 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=1de38ffbdc88bd694d10081865871cd2bfbb02ad8ef9e1606aee18d65532b992
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
} }
post_install() { post_install() {
vlicense LICENSE vlicense COPYING LICENSE
} }
libunwind-devel_package() { libunwind-devel_package() {