hhvm: fixup build
This commit is contained in:
parent
fcb0bdbaa0
commit
4af33f24ac
|
@ -40,6 +40,8 @@ stdenv.mkDerivation rec {
|
||||||
--replace /bin/bash ${stdenv.shell}
|
--replace /bin/bash ${stdenv.shell}
|
||||||
substituteInPlace ./configure \
|
substituteInPlace ./configure \
|
||||||
--replace "/usr/bin/env bash" ${stdenv.shell}
|
--replace "/usr/bin/env bash" ${stdenv.shell}
|
||||||
|
sed '1i#include <vector>' \
|
||||||
|
-i ./third-party/mcrouter/mcrouter/lib/fibers/TimeoutController.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
|
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
|
||||||
|
|
Loading…
Reference in New Issue