* Make a symlink "lib64" to "lib" to fix ldd (which looks for the
dynamic linker in lib64 on x86_64). (NIXOS-54) svn path=/nixpkgs/trunk/; revision=8741
This commit is contained in:
@@ -21,6 +21,8 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit kernelHeaders installLocales;
|
||||
|
||||
inherit (stdenv) is64bit;
|
||||
|
||||
# `--with-tls --without-__thread' enables support for TLS but causes
|
||||
# it not to be used. Required if we don't want to barf on 2.4
|
||||
# kernels. Or something.
|
||||
|
||||
Reference in New Issue
Block a user