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

Tobias Powalowski tpowa at archlinux.org
Fri Dec 26 20:12:32 UTC 2008


    Date: Friday, December 26, 2008 @ 15:12:32
  Author: tpowa
Revision: 22427

upgpkg: aufs-utils 20081226-1

Modified:
  aufs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-26 19:57:18 UTC (rev 22426)
+++ PKGBUILD	2008-12-26 20:12:32 UTC (rev 22427)
@@ -2,16 +2,15 @@
 # Contributor: Paul Mattal <paul at mattal.com>
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 pkgname=aufs-utils
-pkgver=20081012
+pkgver=20081226
 pkgrel=1
-_kernver='2.6.27-ARCH'
+_kernver='2.6.28-ARCH'
 pkgdesc="Another Unionfs Implementation that supports NFS branches"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/"
 license=('GPL2')
 depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/aufs/aufs-$pkgver.tar.gz)
-md5sums=('fb5eaa69b2c7e6e521cb9a9cae9ac23f')
+source=(ftp://ftp.archlinux.org/other/aufs/aufs-$pkgver.tar.bz2)
 
 build() {
   cd $startdir/src/aufs || return 1
@@ -19,6 +18,10 @@
   # Fix TMPFS_MAGIC error
   sed 's|-le 26|-le 27|g' -i fs/aufs25/Makefile || return 1
 
+  # disable debug, broken in 2.6.28!
+  sed -i 's|CONFIG_AUFS_DEBUG = y|CONFIG_AUFS_DEBUG = |' \
+     local.mk || return 1
+
   # configure for NFS by:
   # 1) configure local.mk to use FILP and LHASH
   sed -i 's|CONFIG_AUFS_PUT_FILP_PATCH =|CONFIG_AUFS_PUT_FILP_PATCH = y|' \
@@ -41,3 +44,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('e855ed9edc16953028f22cae393690de')




More information about the arch-commits mailing list