* 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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user