[arch-commits] Commit in strace/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Sun Mar 29 08:02:45 UTC 2015


    Date: Sunday, March 29, 2015 @ 10:02:45
  Author: giovanni
Revision: 235250

upgpkg: strace 4.10-2

Fixed FS44247

Modified:
  strace/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-29 07:58:35 UTC (rev 235249)
+++ PKGBUILD	2015-03-29 08:02:45 UTC (rev 235250)
@@ -4,12 +4,12 @@
 
 pkgname=strace
 pkgver=4.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A useful diagnositic, instructional, and debugging tool"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/strace/"
 license=('custom')
-depends=('perl')
+depends=('perl' 'libunwind')
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz")
 md5sums=('107a5be455493861189e9b57a3a51912')
 
@@ -16,7 +16,9 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+              --with-libunwind
+
   make
 }
 



More information about the arch-commits mailing list