File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 11--- PKGBUILD
22+++ 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() {
224 # --shared-v8
235 # --shared-http-parser
246
You can’t perform that action at this time.
0 commit comments