mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00: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
@ -91,6 +91,7 @@ stdenv.mkDerivation ({
|
|||||||
configureFlags =
|
configureFlags =
|
||||||
[ "-C"
|
[ "-C"
|
||||||
"--enable-add-ons"
|
"--enable-add-ons"
|
||||||
|
"--enable-obsolete-nsl"
|
||||||
"--enable-obsolete-rpc"
|
"--enable-obsolete-rpc"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--enable-stackguard-randomization"
|
"--enable-stackguard-randomization"
|
||||||
|
Loading…
Reference in New Issue
Block a user