mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #241531 from Artturin/fix/libxcrypt-marchnative
This commit is contained in:
commit
76349bb08b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"--enable-hashes=${enableHashes}"
|
||||
"--enable-obsolete-api=glibc"
|
||||
"--disable-failure-tokens"
|
||||
] ++ lib.optionals (stdenv.hostPlatform.isMusl || stdenv.hostPlatform.libc == "bionic") [
|
||||
# required for musl, android, march=native
|
||||
"--disable-werror"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue