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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhifan huang
slapos
Commits
df4f6f2e
Commit
df4f6f2e
authored
3 years ago
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nodejs: old versions need Python 2
parent
d9cbf829
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
component/nodejs/buildout.cfg
component/nodejs/buildout.cfg
+5
-1
No files found.
component/nodejs/buildout.cfg
View file @
df4f6f2e
...
@@ -25,16 +25,19 @@ md5sum = 7dc3666f407bf4e12a01ce1be2883d31
...
@@ -25,16 +25,19 @@ md5sum = 7dc3666f407bf4e12a01ce1be2883d31
openssl_location = ${openssl:location}
openssl_location = ${openssl:location}
version = v12.18.3
version = v12.18.3
md5sum = 28bf6a4d98b238403fa58a0805f4a979
md5sum = 28bf6a4d98b238403fa58a0805f4a979
PATH = ${pkgconfig:location}/bin:${python2.7:location}/bin:%(PATH)s
[nodejs-8.6.0]
[nodejs-8.6.0]
<= nodejs-base
<= nodejs-base
version = v8.6.0
version = v8.6.0
md5sum = 0c95e08220667d8a18b97ecec8218ac6
md5sum = 0c95e08220667d8a18b97ecec8218ac6
PATH = ${pkgconfig:location}/bin:${python2.7:location}/bin:%(PATH)s
[nodejs-8.12.0]
[nodejs-8.12.0]
<= nodejs-base
<= nodejs-base
version = v8.12.0
version = v8.12.0
md5sum = 5690333b77964edf81945fc724f6ea85
md5sum = 5690333b77964edf81945fc724f6ea85
PATH = ${pkgconfig:location}/bin:${python2.7:location}/bin:%(PATH)s
[nodejs-base]
[nodejs-base]
# Server-side Javascript.
# Server-side Javascript.
...
@@ -49,9 +52,10 @@ configure-options =
...
@@ -49,9 +52,10 @@ configure-options =
--shared-openssl
--shared-openssl
--shared-openssl-includes=${:openssl_location}/include
--shared-openssl-includes=${:openssl_location}/include
--shared-openssl-libpath=${:openssl_location}/lib
--shared-openssl-libpath=${:openssl_location}/lib
PATH = ${pkgconfig:location}/bin:%(PATH)s
environment =
environment =
HOME=@@LOCATION@@
HOME=@@LOCATION@@
PATH=${
pkgconfig:location}/bin:%(PATH)s
PATH=${
:PATH}
PKG_CONFIG_PATH=${:openssl_location}/lib/pkgconfig/
PKG_CONFIG_PATH=${:openssl_location}/lib/pkgconfig/
CPPFLAGS=-I${zlib:location}/include
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-Wl,-rpath=${:openssl_location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
LDFLAGS=-Wl,-rpath=${:openssl_location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
...
...
This diff is collapsed.
Click to expand it.
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