Trying to fix stdenv updates build
(I broke glibc at the merge resolution I did with it in the last update from trunk) svn path=/nixpkgs/branches/stdenv-updates/; revision=21919
This commit is contained in:
parent
5a928cc584
commit
d15811bf78
@ -28,7 +28,7 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
inherit (stdenv) is64bit;
|
inherit (stdenv) is64bit;
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
stdenv.lib.optional (fetchgit == null)
|
stdenv.lib.optional (fetchgit == null)
|
||||||
/* Fix for NIXPKGS-79: when doing host name lookups, when
|
/* Fix for NIXPKGS-79: when doing host name lookups, when
|
||||||
nsswitch.conf contains a line like
|
nsswitch.conf contains a line like
|
||||||
@ -52,14 +52,13 @@ stdenv.mkDerivation ({
|
|||||||
does work because "status" will contain UNAVAIL after the
|
does work because "status" will contain UNAVAIL after the
|
||||||
failure to find mdns4_minimal. */
|
failure to find mdns4_minimal. */
|
||||||
./nss-skip-unavail.patch
|
./nss-skip-unavail.patch
|
||||||
|
++ [
|
||||||
/* Have rpcgen(1) look for cpp(1) in $PATH. */
|
/* Have rpcgen(1) look for cpp(1) in $PATH. */
|
||||||
./rpcgen-path.patch
|
./rpcgen-path.patch
|
||||||
|
|
||||||
/* Make sure `nscd' et al. are linked against `libssp'. */
|
/* Make sure `nscd' et al. are linked against `libssp'. */
|
||||||
./stack-protector-link.patch
|
./stack-protector-link.patch
|
||||||
]
|
]
|
||||||
|
|
||||||
++ stdenv.lib.optional (fetchgit == null)
|
++ stdenv.lib.optional (fetchgit == null)
|
||||||
/* MOD_NANO definition, for ntp (taken from glibc upstream) */
|
/* MOD_NANO definition, for ntp (taken from glibc upstream) */
|
||||||
./mod_nano.patch;
|
./mod_nano.patch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user