nixpkgs/pkgs/development/libraries/libxcrypt
Jean-Paul Calderone edf1f46af8 libxcrypt: Fix the build on Android by allowing warnings
This fixes:

```
lib/util-xbzero.c:61:3: error: extension used [-Werror,-Wlanguage-extension-token]
  OBSERVE_MEM (s, len);
  ^
lib/util-xbzero.c:45:3: note: expanded from macro 'OBSERVE_MEM'
  asm volatile ("" : : "m" (*(const char (*)[len]) s))
  ^
```
2022-11-21 10:33:06 -05:00
..
default.nix libxcrypt: Fix the build on Android by allowing warnings 2022-11-21 10:33:06 -05:00