boringssl: fix build

(cherry picked from commit 1b10d224c8)
This commit is contained in:
Domen Kožar 2014-12-09 12:32:08 +01:00 committed by Vladimír Čunát
parent 4a3510ae2b
commit 01a91a2831

View file

@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake perl ];
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
installPhase = ''
mkdir -p $out/bin $out/include $out/lib