[arch-commits] CVS update of arch/build/base/binutils (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 24 18:29:14 UTC 2007


    Date: Sunday, June 24, 2007 @ 14:29:14
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/binutils

Modified: PKGBUILD (1.35 -> 1.36)

fixed smp build failures when using distcc


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


Index: arch/build/base/binutils/PKGBUILD
diff -u arch/build/base/binutils/PKGBUILD:1.35 arch/build/base/binutils/PKGBUILD:1.36
--- arch/build/base/binutils/PKGBUILD:1.35	Sun Jun 24 13:36:22 2007
+++ arch/build/base/binutils/PKGBUILD	Sun Jun 24 14:29:14 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.35 2007/06/24 17:36:22 jgc Exp $
+# $Id: PKGBUILD,v 1.36 2007/06/24 18:29:14 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 # compile always twice: first binutils, then gcc, then binutils again
@@ -9,7 +9,7 @@
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=(i686 x86_64)
 license=(GPL)
-options=('!libtool' '!makeflags')
+options=('!libtool' '!distcc')
 url="http://sources.redhat.com/binutils"
 depends=('glibc>=2.6')
 makedepends=('texinfo>=4.8a')




More information about the arch-commits mailing list