mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
glibc: support obsolete "compat" in nsswitch.conf
Fixes #31700. See https://bugs.archlinux.org/task/54592.
This commit is contained in:
parent
d99a2fc093
commit
035b589245
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ stdenv.mkDerivation ({
|
|||
configureFlags =
|
||||
[ "-C"
|
||||
"--enable-add-ons"
|
||||
"--enable-obsolete-nsl"
|
||||
"--enable-obsolete-rpc"
|
||||
"--sysconfdir=/etc"
|
||||
"--enable-stackguard-randomization"
|
||||
|
|
Loading…
Reference in a new issue