File tree Expand file tree Collapse file tree 2 files changed +1
-114
lines changed Expand file tree Collapse file tree 2 files changed +1
-114
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
--- PKGBUILD
2
2
+++ PKGBUILD
3
- @@ -19,8 +19,15 @@ options=(!lto)
4
- depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 'v8')
5
- makedepends=('git' 'python' 'procps-ng')
6
- optdepends=('npm: nodejs package manager')
7
- - source=("git+https://github.com/nodejs/node.git#commit=$_commit")
8
- - sha512sums=('SKIP')
9
- + source=("git+https://github.com/nodejs/node.git#commit=$_commit"
10
- + "nodejs-v8-jit-fix.patch")
11
- + sha512sums=('SKIP'
12
- + 'fb4fa53b99e69ab7ae9c7d1483bb73169e2adba36edfc4e76e2edbcce7f054d17580405977d02e34f712696be7770d3dfde01501b507f92383c6e44ec899c74f')
13
- +
14
- + prepare() {
15
- + cd node
16
- + patch -Np1 -i ../nodejs-v8-jit-fix.patch
17
- + }
18
-
19
- build() {
20
- cd node
21
- @@ -40,12 +47,13 @@ build() {
3
+ @@ -40,12 +40,13 @@ build() {
22
4
# --shared-v8
23
5
# --shared-http-parser
24
6
You can’t perform that action at this time.
0 commit comments