Skip to content

Commit

Permalink
crda: fix build with gcc6
Browse files Browse the repository at this point in the history
(cherry picked from commit e92f5b5)
  • Loading branch information
Samuel Leathers authored and Mic92 committed Sep 1, 2017
1 parent 775ec9e commit 39099cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/crda/default.nix
Expand Up @@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
"REG_BIN=${wireless-regdb}/lib/crda/regulatory.bin"
];

NIX_CFLAGS_COMPILE = "-Wno-error=unused-const-variable";

buildFlags = [ "all_noverify" ];
enableParallelBuilding = true;

Expand Down

0 comments on commit 39099cd

Please sign in to comment.