mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gperftools: v8 fix
This commit is contained in:
parent
b6c3d4408f
commit
46f481ac18
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue