extra/gperftools: v8 fix

This commit is contained in:
Kevin Mihelich 2015-07-15 02:05:52 +00:00
parent b6c3d4408f
commit 46f481ac18

View file

@ -8,6 +8,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - hack to skip using v7 assembly on v6
# - depend on libunwind for AArch64
pkgname=gperftools
pkgver=2.4
@ -17,6 +18,7 @@ arch=('i686' 'x86_64')
url="http://code.google.com/p/gperftools/"
license=('BSD')
depends=('perl')
depends_aarch64=('libunwind')
provides=('libtcmalloc.so'
'libprofiler.so'
'libtcmalloc_debug.so'