Date: Monday, April 23, 2012 @ 09:55:12 Author: allan Revision: 157083
upgpkg: elfutils 0.153-1 upstream update Modified: elfutils/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-23 13:46:38 UTC (rev 157082) +++ PKGBUILD 2012-04-23 13:55:12 UTC (rev 157083) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Allan McRae <[email protected]> +# Maintainer: # Contributor: Andrej Gelenberg <[email protected]> pkgname=elfutils -pkgver=0.152 -pkgrel=2 +pkgver=0.153 +pkgrel=1 pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information" arch=('i686' 'x86_64') url="https://fedorahosted.org/elfutils/" @@ -13,18 +13,21 @@ provides=('libelf') replaces=('libelf') conflicts=('libelf') +options=('!makeflags') source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}) -md5sums=('39739ed58a0fa1862eff8735f111fe5c' - 'aeb90c432a1bc1ada2f02cf555a11d87') +md5sums=('289a146182bc29f0236eaa15d8ebdf98' + '1af9fe25e9316173b81fa4fad3a17ed5') build() { cd "${srcdir}/${pkgname}-${pkgver}" + CFLAGS+=" -g" # required for test-suite success ./configure --prefix=/usr --program-prefix="eu-" make } check() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i "s#./alldts#testrun ./alldts#" tests/run-alldts.sh make check }
