libunwind: fixes for ARM
This commit is contained in:
parent
442c260956
commit
4cc17d7b04
2 changed files with 5 additions and 1 deletions
|
@ -1203,6 +1203,7 @@ libcaca++.so.0 libcaca-0.99.beta18_3
|
|||
libunwind.so.8 libunwind-1.1_1
|
||||
libunwind-x86_64.so.8 libunwind-1.1_1
|
||||
libunwind-x86.so.8 libunwind-1.1_1
|
||||
libunwind-arm.so.8 libunwind-1.1_4
|
||||
libmicrohttpd.so.10 libmicrohttpd-0.9.26_1
|
||||
libgit2.so.21 libgit2-0.21.0_1
|
||||
libagg.so.2 agg-2.5_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libunwind'.
|
||||
pkgname=libunwind
|
||||
version=1.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool automake"
|
||||
makedepends="liblzma-devel"
|
||||
|
@ -13,6 +13,9 @@ distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.
|
|||
checksum=9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
|
||||
|
||||
pre_configure() {
|
||||
# https://lists.gnu.org/archive/html/libunwind-devel/2014-06/msg00024.html
|
||||
sed -i /LIBCRTS/s/-lgcc/-lgcc_s/ configure.ac
|
||||
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue