* Added a patch that implements the getxattr(), lgetxattr() and

__open64_2() functions.  The latter in particular is needed to make
  operations like `mkdir -p /usr/foo/bar' work on Ubuntu 8.10 (Glibc
  2.8).

svn path=/nixpkgs/trunk/; revision=14741
This commit is contained in:
Eelco Dolstra
2009-03-27 17:49:19 +00:00
parent b741451a17
commit 96392cc45f
2 changed files with 142 additions and 0 deletions
@@ -16,6 +16,10 @@ stdenv.mkDerivation {
# /var/lib/mystuff', then /var/lib/mystuff should be included in
# the package.)
./empty-dirs.patch
# Implement the getxattr(), lgetxattr() and __open64_2()
# functions. Needed for doing builds on Ubuntu 8.10.
./syscalls.patch
];
buildInputs = [gettext];