Skip to content

Commit

Permalink
Merge #36807: fcgiwrap: avoid failure on warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Mar 12, 2018
2 parents 97fff8d + a758ae4 commit b0b1de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/fcgiwrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "07y6s4mm86cv7p1ljz94sxnqa89y9amn3vzwsnbq5hrl4vdy0zac";
};

NIX_CFLAGS_COMPILE = "-Wno-error=implicit-fallthrough";
configureFlags = [ "--with-systemd" "--with-systemdsystemunitdir=$(out)/etc/systemd/system" ];

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit b0b1de8

Please sign in to comment.