Commit 7b12e2fd authored by Tristan Cavelier's avatar Tristan Cavelier

xxx add v8 include

parent 15a35262
......@@ -16,11 +16,11 @@ dummy = ${pole:location}:${icu4c-55-1:location}:${cryptopp-5.6:location}:${v8-4.
# XXX please, put the third party component in slapos !
# boost, cef, icu, v8 and pole (is there others ??? XXX TRISTAN XXX)
recipe = slapos.recipe.cmmi
url = https://github.com/ONLYOFFICE/core/archive/win-v4.3.0.61.tar.gzl
url = https://github.com/ONLYOFFICE/core/archive/win-v4.3.0.61.tar.gz
md5sum = 7e735af4f964f6adf82ec9265e84ac8c
patch-options = -p0
patches =
${:_profile_base_location_}/rewrite-scripts.patch#3559b29f7bd9ffafdeac890efb91b11a
${:_profile_base_location_}/rewrite-scripts.patch#2b0eeb57f1f70ee2d3344b4ec165b41d
${:_profile_base_location_}/cryptopp.patch#a2f892e23e13952539d1acfd013be7de
# ${:_profile_base_location_}/avoid-7z.patch#0dd7356c1a766ec14e0e8bcafcffe1a7
# error: 'to_wstring' is not a member of 'std' -> http://www.cplusplus.com/forum/general/109469/
......
......@@ -266,7 +266,7 @@
--- Common/3dParty/v8/fetch.sh.orig 2017-02-14 11:21:06.666854412 +0100
+++ Common/3dParty/v8/fetch.sh 2017-02-14 11:42:27.169782480 +0100
@@ -1,20 +1,16 @@
@@ -1,20 +1,17 @@
#!/bin/bash
+# XXX actualy, this file should be named fetch.bash
+set -e
......@@ -284,6 +284,7 @@
+ mkdir v8
+ ln -s "$V8_ABSOLUTE_PATH/out" v8/out
+ ln -s "$V8_ABSOLUTE_PATH/third_party" v8/third_party
+ ln -s "$V8_ABSOLUTE_PATH/include" v8/include
+ echo "native:" > v8/Makefile
fi
-
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment