mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gperftools to 2.8-1
This commit is contained in:
parent
ad056eff32
commit
91f871165d
2 changed files with 10 additions and 9 deletions
|
@ -10,8 +10,8 @@
|
|||
# - depend on libunwind for AArch64
|
||||
|
||||
pkgname=gperftools
|
||||
pkgver=2.7
|
||||
pkgrel=2
|
||||
pkgver=2.8
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/gperftools/gperftools"
|
||||
|
@ -31,7 +31,7 @@ options=('!libtool')
|
|||
source=("git+https://github.com/gperftools/gperftools#tag=$pkgname-$pkgver"
|
||||
"armv6.patch")
|
||||
md5sums=('SKIP'
|
||||
'68606edc5920e10930647b8f276fbe88')
|
||||
'a9044b9908c9d04995e6b1c3f191125d')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname"
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
diff -urN a/src/base/atomicops.h b/src/base/atomicops.h
|
||||
--- a/src/base/atomicops.h 2013-07-30 03:12:11.000000000 -0600
|
||||
+++ b/src/base/atomicops.h 2013-08-22 16:40:55.204885730 -0600
|
||||
@@ -101,7 +101,7 @@
|
||||
// TODO(csilvers): match piii, not just __i386. Also, match k8
|
||||
#if defined(__MACH__) && defined(__APPLE__)
|
||||
diff --git a/src/base/atomicops.h b/src/base/atomicops.h
|
||||
index dac95be..554d0a1 100644
|
||||
--- a/src/base/atomicops.h
|
||||
+++ b/src/base/atomicops.h
|
||||
@@ -112,7 +112,7 @@
|
||||
#include "base/atomicops-internals-gcc.h"
|
||||
#elif defined(__MACH__) && defined(__APPLE__)
|
||||
#include "base/atomicops-internals-macosx.h"
|
||||
-#elif defined(__GNUC__) && defined(ARMV6)
|
||||
+#elif defined(__GNUC__) && defined(ARMV7)
|
||||
|
|
Loading…
Reference in a new issue