Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tristan Cavelier
slapos
Commits
7b12e2fd
Commit
7b12e2fd
authored
Feb 14, 2017
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xxx add v8 include
parent
15a35262
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
component/onlyoffice-core/buildout.cfg
component/onlyoffice-core/buildout.cfg
+2
-2
component/onlyoffice-core/rewrite-scripts.patch
component/onlyoffice-core/rewrite-scripts.patch
+2
-1
No files found.
component/onlyoffice-core/buildout.cfg
View file @
7b12e2fd
...
...
@@ -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.gz
l
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/
...
...
component/onlyoffice-core/rewrite-scripts.patch
View file @
7b12e2fd
...
...
@@ -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,1
6
@@
@@ -1,20 +1,1
7
@@
#!/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
-
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment