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

Allan McRae allan at nymeria.archlinux.org
Fri Feb 7 22:40:19 UTC 2014


    Date: Friday, February 7, 2014 @ 23:40:19
  Author: allan
Revision: 205571

upgpkg: binutils 2.24-2

glibc-2.19 rebuild, remove useless configure flag, conflicts/replaces binutils-multilib as the packages are the same

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-07 22:38:14 UTC (rev 205570)
+++ PKGBUILD	2014-02-07 22:40:19 UTC (rev 205571)
@@ -5,14 +5,16 @@
 
 pkgname=binutils
 pkgver=2.24
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/"
 license=('GPL')
 groups=('base-devel')
-depends=('glibc>=2.18' 'zlib')
+depends=('glibc>=2.19' 'zlib')
 checkdepends=('dejagnu' 'bc')
+conflicts=('binutils-multilib')
+replaces=('binutils-multilib')
 options=('staticlibs' '!distcc' '!ccache')
 install=binutils.install
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
@@ -36,7 +38,7 @@
     --with-bugurl=https://bugs.archlinux.org/ \
     --enable-threads --enable-shared \
     --enable-ld=default --enable-gold --enable-plugins \
-    --disable-werror --disable-multilib
+    --disable-werror
 
   # check the host environment and makes sure all the necessary tools are available
   make configure-host




More information about the arch-commits mailing list