* Get aufs2 and aufs2-util to build against Linux 2.6.32.

svn path=/nixpkgs/trunk/; revision=22032
This commit is contained in:
Eelco Dolstra
2010-05-28 07:09:15 +00:00
parent c74d23dbdf
commit 74b6d94ed5
10 changed files with 420 additions and 106 deletions
@@ -136,4 +136,13 @@ in
'' UTRACE y
'';
};
aufs2_2_6_32 =
{ # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2-32;hb=aufs2-32
# Note that this merely the patch needed to build AUFS2 as a
# standalone package.
name = "aufs2";
patch = ./aufs2.patch;
};
}