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

Thomas Baechler thomas at archlinux.org
Tue Oct 14 07:01:33 UTC 2008


    Date: Tuesday, October 14, 2008 @ 03:01:32
  Author: thomas
Revision: 15517

upgpkg: aufs 20081012-2

Modified:
  aufs/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-14 06:31:11 UTC (rev 15516)
+++ PKGBUILD	2008-10-14 07:01:32 UTC (rev 15517)
@@ -3,7 +3,7 @@
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 pkgname=aufs
 pkgver=20081012
-pkgrel=1
+pkgrel=2
 _kernver='2.6.27-ARCH'
 pkgdesc="Another Unionfs Implementation that supports NFS branches"
 arch=('i686' 'x86_64')
@@ -21,6 +21,24 @@
   # Fix TMPFS_MAGIC error
   sed 's|-le 26|-le 27|g' -i fs/aufs25/Makefile || return 1
 
+  # use splice functions exported by unionfs kernel patch'
+  # - important for loopback fs mounts 
+  sed -i 's|CONFIG_AUFS_SPLICE_PATCH =|CONFIG_AUFS_SPLICE_PATCH = y|' \
+     local.mk || return 1
+
+  # this fixes the unionfs patch from hanging aufs
+  sed -i 's|CONFIG_AUFS_UNIONFS23_PATCH =|CONFIG_AUFS_UNIONFS23_PATCH = y|' \
+     local.mk || return 1
+
+  sed -i 's|CONFIG_AUFS_WORKAROUND_FUSE =|CONFIG_AUFS_WORKAROUND_FUSE = y|' \
+     local.mk || return 1
+
+  sed -i 's|CONFIG_AUFS_BRANCH_MAX_127 = y|CONFIG_AUFS_BRANCH_MAX_127 =|' \
+     local.mk || return 1
+          	        	       	       	   
+  sed -i 's|CONFIG_AUFS_BRANCH_MAX_1023 =|CONFIG_AUFS_BRANCH_MAX_1023 = y|' \
+     local.mk || return 1
+
   # ???
   sed -i 's|.*CONFIG_AUFS_SHWH =.*|CONFIG_AUFS_SHWH = y|' \
     local.mk || return 1




More information about the arch-commits mailing list