[arch-commits] Commit in gperftools/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Apr 28 21:20:25 UTC 2022
Date: Thursday, April 28, 2022 @ 21:20:25
Author: arojas
Revision: 444249
Add libunwind support (FS#74577)
Modified:
gperftools/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-28 20:20:38 UTC (rev 444248)
+++ PKGBUILD 2022-04-28 21:20:25 UTC (rev 444249)
@@ -7,12 +7,12 @@
pkgname=gperftools
pkgver=2.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
arch=('x86_64')
url="https://github.com/gperftools/gperftools"
license=('BSD')
-depends=('perl')
+depends=('perl' 'libunwind' )
provides=('libtcmalloc.so'
'libprofiler.so'
'libtcmalloc_debug.so'
@@ -27,7 +27,7 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --enable-frame-pointers
+ ./configure --prefix=/usr --enable-frame-pointers --enable-libunwind
make
}
More information about the arch-commits
mailing list