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

Laurent Carlier lcarlier at archlinux.org
Tue Sep 19 06:30:52 UTC 2017


    Date: Tuesday, September 19, 2017 @ 06:30:51
  Author: lcarlier
Revision: 305824

upgpkg: elfutils 0.170-1

upstream update 0.170

Modified:
  elfutils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-19 04:59:33 UTC (rev 305823)
+++ PKGBUILD	2017-09-19 06:30:51 UTC (rev 305824)
@@ -5,8 +5,8 @@
 
 pkgbase=elfutils
 pkgname=(elfutils libelf)
-pkgver=0.169
-pkgrel=2
+pkgver=0.170
+pkgrel=1
 pkgdesc="Utilities to handle ELF object files and DWARF debugging information"
 arch=('i686' 'x86_64')
 url="https://sourceware.org/elfutils/"
@@ -14,7 +14,7 @@
 depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
 options=('staticlibs')
 source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-sha1sums=('4977019aece471362dbdd28a27ef1030471dff84'
+sha1sums=('aff6feac0ff69eb7b240babdf2918f640eadb032'
           'SKIP')
 validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A')  # Mark J. Wielaard <mark at klomp.org>
 
@@ -21,6 +21,10 @@
 build() {
   cd ${pkgbase}-${pkgver}
 
+  # fix make check with i686 
+  # https://sourceware.org/bugzilla/show_bug.cgi?id=22083
+  export CFLAGS=${CFLAGS/-fno-plt} # fix make check with i686 
+
   CFLAGS+=" -g"  # required for test-suite success
   ./configure --prefix=/usr --program-prefix="eu-" --enable-deterministic-archives
 



More information about the arch-commits mailing list