[arch-commits] CVS update of core/devel/binutils (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Wed Sep 19 22:47:48 UTC 2007


    Date: Wednesday, September 19, 2007 @ 18:47:48
  Author: thomas
    Path: /home/cvs-core/core/devel/binutils

Modified: PKGBUILD (1.45 -> 1.46)

upgpkg: binutils 2.18-3


----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)


Index: core/devel/binutils/PKGBUILD
diff -u core/devel/binutils/PKGBUILD:1.45 core/devel/binutils/PKGBUILD:1.46
--- core/devel/binutils/PKGBUILD:1.45	Mon Sep 17 12:48:36 2007
+++ core/devel/binutils/PKGBUILD	Wed Sep 19 18:47:48 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.45 2007/09/17 16:48:36 thomas Exp $
+# $Id: PKGBUILD,v 1.46 2007/09/19 22:47:48 thomas Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 # compile always twice: first binutils, then gcc, then binutils again
 
 pkgname=binutils
 pkgver=2.18
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://sources.redhat.com/binutils"
@@ -15,12 +15,17 @@
 depends=('glibc>=2.6.1')
 makedepends=('texinfo>=4.8a')
 source=(#ftp://ftp.kernel.org/pub/linux/devel/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-	http://ftp.gnu.org/gnu/binutils/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d71b23b4fb91e66802ca2b8f576629f4')
+	http://ftp.gnu.org/gnu/binutils/${pkgname}-${pkgver}.tar.gz
+	binutils-configure.patch)
+md5sums=('d71b23b4fb91e66802ca2b8f576629f4'
+         '6b1c597a5e50e01e442008c98f28a2bd')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
+  patch -Np1 -i ../binutils-configure.patch || return 1
+  autoreconf || return 1
+
   mkdir build
   cd build
 




More information about the arch-commits mailing list