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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 12 22:12:25 UTC 2020


    Date: Thursday, March 12, 2020 @ 22:12:24
  Author: bpiotrowski
Revision: 377448

2.34-2: gcc 9.3.0 rebuild

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-12 22:10:06 UTC (rev 377447)
+++ PKGBUILD	2020-03-12 22:12:24 UTC (rev 377448)
@@ -5,14 +5,14 @@
 
 pkgname=binutils
 pkgver=2.34
-pkgrel=1
+pkgrel=2
 pkgdesc='A set of programs to assemble and manipulate binary and object files'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'
 license=(GPL)
 groups=(base-devel)
-depends=(glibc zlib)
-checkdepends=(dejagnu bc)
+depends=(glibc zlib elfutils)
+makedepends=('elfutils')
 conflicts=(binutils-multilib)
 replaces=(binutils-multilib)
 options=(staticlibs !distcc !ccache)
@@ -49,6 +49,7 @@
     --enable-threads \
     --disable-gdb \
     --disable-werror \
+    --with-debuginfod \
     --with-pic \
     --with-system-zlib
 



More information about the arch-commits mailing list