mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
hhvm: fix build with gcc7
This commit is contained in:
parent
13ec57e381
commit
ba5563b5bc
@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
hphp/runtime/ext/std/*.cpp \
|
hphp/runtime/ext/std/*.cpp \
|
||||||
hphp/runtime/ext_zend_compat/php-src/main/*.cpp \
|
hphp/runtime/ext_zend_compat/php-src/main/*.cpp \
|
||||||
hphp/runtime/ext_zend_compat/php-src/main/*.h
|
hphp/runtime/ext_zend_compat/php-src/main/*.h
|
||||||
|
sed '1i#include <functional>' -i third-party/mcrouter/src/mcrouter/lib/cycles/Cycles.h
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user