Patch for glibc 2.12.1 to build with gnumake 3.82
svn path=/nixpkgs/branches/stdenv-updates/; revision=23342
This commit is contained in:
parent
b8298c9cdd
commit
9a1e29ecdf
@ -79,6 +79,12 @@ stdenv.mkDerivation ({
|
|||||||
./nix-locale-archive.patch
|
./nix-locale-archive.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Needed for glibc to build with the gnumake 3.82
|
||||||
|
# http://comments.gmane.org/gmane.linux.lfs.support/31227
|
||||||
|
postPatch = ''
|
||||||
|
sed -i 's/ot \$/ot:\n\ttouch $@\n$/' manual/Makefile
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"-C"
|
"-C"
|
||||||
"--enable-add-ons"
|
"--enable-add-ons"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user