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";
|
sha256 = "1x4b6x40ymbaamqqq9p97lc0mnah4q7bza04fjs35c8agpm19zir";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlagsArray = [ "CFLAGS=-ansi" ];
|
||||||
|
|
||||||
buildInputs = [ boost ];
|
buildInputs = [ boost ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user