gperftools: update to 2.2; fixing cross build
This commit is contained in:
parent
8b50282af1
commit
8086162a0e
1 changed files with 9 additions and 3 deletions
|
@ -1,16 +1,22 @@
|
||||||
# Template build file for 'gperftools'
|
# Template build file for 'gperftools'
|
||||||
pkgname=gperftools
|
pkgname=gperftools
|
||||||
version=2.1.90
|
version=2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="multi-threaded malloc() and performance analysis tools"
|
short_desc="multi-threaded malloc() and performance analysis tools"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://gperftools.googlecode.com"
|
homepage="http://gperftools.googlecode.com"
|
||||||
distfiles="https://docs.google.com/uc?export=download&id=0B6NtGsLhIcf7b1E3RlVMelc3dW8>${pkgname}-${pkgversion}.tar.gz"
|
distfiles="https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/gperftools-2.2.tar.gz"
|
||||||
checksum=364e30872d57f1ad79be7ada10653c86278644db4eb69d5a885214a1fed6bb75
|
checksum=2407799467db2753a4a70c00dbb1b8429e23998427df31ee96361d2115cd63a4
|
||||||
makedepends="libunwind-devel"
|
makedepends="libunwind-devel"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i \
|
||||||
|
-e "s/^UNWIND_LIBS = .*/UNWIND_LIBS = -lunwind/" \
|
||||||
|
Makefile.in
|
||||||
|
}
|
||||||
|
|
||||||
gperftools-devel_package() {
|
gperftools-devel_package() {
|
||||||
depends="gperftools>=${version}_${revision}"
|
depends="gperftools>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue