mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
libunwind: fix x86 build.
This commit is contained in:
parent
eccf691b67
commit
26d700bd4a
1 changed files with 4 additions and 6 deletions
|
@ -3,6 +3,7 @@ pkgname=libunwind
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="libtool automake"
|
||||||
makedepends="liblzma-devel"
|
makedepends="liblzma-devel"
|
||||||
short_desc="Portable and efficient C programming interface (API) to determine the call-chain of a program"
|
short_desc="Portable and efficient C programming interface (API) to determine the call-chain of a program"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -11,12 +12,9 @@ license="GPL-2"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
|
checksum=9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
pre_configure() {
|
||||||
hostmakedepends="libtool automake"
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
fi
|
|
||||||
|
|
||||||
libunwind-devel_package() {
|
libunwind-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue