3
0
Fork 0
forked from mirrors/nixpkgs

mini-httpd: add -ansi to CFLAGS

This commit is contained in:
Tomasz Kontusz 2016-04-03 00:46:23 +02:00
parent 0683f9c733
commit 36135033b6

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1x4b6x40ymbaamqqq9p97lc0mnah4q7bza04fjs35c8agpm19zir";
};
configureFlagsArray = [ "CFLAGS=-ansi" ];
buildInputs = [ boost ];
enableParallelBuilding = true;