forked from mirrors/nixpkgs
Merge pull request #14410 from ktosiek/mini-httpd-fix
mini-httpd: add -ansi to CFLAGS
This commit is contained in:
commit
7da5cd2d1e
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1x4b6x40ymbaamqqq9p97lc0mnah4q7bza04fjs35c8agpm19zir";
|
||||
};
|
||||
|
||||
configureFlagsArray = [ "CFLAGS=-ansi" ];
|
||||
|
||||
buildInputs = [ boost ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue