mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Merge pull request #202214 from exarkun/libxcrypt-bionic
libxcrypt: Fix the build on Aarch64/Android by allowing warnings
This commit is contained in:
commit
1969d7d85c
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
"--enable-hashes=all"
|
||||
"--enable-obsolete-api=glibc"
|
||||
"--disable-failure-tokens"
|
||||
] ++ lib.optionals stdenv.hostPlatform.isMusl [
|
||||
] ++ lib.optionals (stdenv.hostPlatform.isMusl || stdenv.hostPlatform.libc == "bionic") [
|
||||
"--disable-werror"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user