libunwind: unbreak musl build (disable tests).
This commit is contained in:
parent
3a0575d107
commit
eaf9688be3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libunwind'.
|
# Template file for 'libunwind'.
|
||||||
pkgname=libunwind
|
pkgname=libunwind
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool automake"
|
hostmakedepends="libtool automake"
|
||||||
makedepends="liblzma-devel"
|
makedepends="liblzma-devel"
|
||||||
|
@ -15,7 +15,7 @@ checksum=9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# https://lists.gnu.org/archive/html/libunwind-devel/2014-06/msg00024.html
|
# https://lists.gnu.org/archive/html/libunwind-devel/2014-06/msg00024.html
|
||||||
sed -i /LIBCRTS/s/-lgcc/-lgcc_s/ configure.ac
|
sed -i /LIBCRTS/s/-lgcc/-lgcc_s/ configure.ac
|
||||||
|
sed -i /SUBDIRS/s/tests// Makefile.am
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue