mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libsepol: fixup build with gcc-7
... by ignoring a newly detected warning.
This commit is contained in:
parent
e3bbc4a503
commit
16af7480d0
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||
makeFlagsArray+=("DESTDIR=$out")
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=implicit-fallthrough" ];
|
||||
|
||||
passthru = { inherit se_release se_url; };
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue