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

Eric Belanger eric at archlinux.org
Wed Sep 12 02:48:06 UTC 2007


    Date: Tuesday, September 11, 2007 @ 22:48:06
  Author: eric
    Path: /home/cvs-arch/arch/build/base/xfsprogs

Modified: PKGBUILD (1.15 -> 1.16)

upgpkg: xfsprogs 2.9.4-1
fixed SMP build issue


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


Index: arch/build/base/xfsprogs/PKGBUILD
diff -u arch/build/base/xfsprogs/PKGBUILD:1.15 arch/build/base/xfsprogs/PKGBUILD:1.16
--- arch/build/base/xfsprogs/PKGBUILD:1.15	Tue Sep 11 01:43:40 2007
+++ arch/build/base/xfsprogs/PKGBUILD	Tue Sep 11 22:48:05 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.15 2007/09/11 05:43:40 tpowa Exp $
+# $Id: PKGBUILD,v 1.16 2007/09/12 02:48:05 eric Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=xfsprogs
 pkgver=2.9.4
@@ -9,6 +9,7 @@
 url="http://oss.sgi.com/projects/xfs/"
 groups=('base')
 depends=(e2fsprogs)
+options=('!makeflags')
 source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs_${pkgver}-1.tar.gz)
 md5sums=('174683e3b86b587ed59823fdbbb96ea4')
 
@@ -22,7 +23,7 @@
 fi
 
   export DEBUG=-DNDEBUG
-  make -j1 || return 1
+  make || return 1
   make DIST_ROOT=${startdir}/pkg install install-dev
   find ${startdir}/pkg -name '*.la' -exec rm -f {} \;
 }




More information about the arch-commits mailing list