Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
iv
slapos
Commits
c71ddf1a
Commit
c71ddf1a
authored
13 years ago
by
Łukasz Nowak
Browse files
Options
Download
Email Patches
Plain Diff
Export environment for shell.
parent
de04b895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+6
-6
No files found.
component/slapos/buildout.cfg
View file @
c71ddf1a
...
@@ -72,12 +72,12 @@ output = ${buildout:directory}/environment.cfg
...
@@ -72,12 +72,12 @@ output = ${buildout:directory}/environment.cfg
# Section exposes SlapOS default environment as sh file.
# Section exposes SlapOS default environment as sh file.
recipe = collective.recipe.template
recipe = collective.recipe.template
input = inline:
input = inline:
PATH="${environment:PATH}"
export
PATH="${environment:PATH}"
CFLAGS="${environment:CFLAGS}"
export
CFLAGS="${environment:CFLAGS}"
CPPFLAGS="${environment:CPPFLAGS}"
export
CPPFLAGS="${environment:CPPFLAGS}"
LDFLAGS="${environment:LDFLAGS}"
export
LDFLAGS="${environment:LDFLAGS}"
PKG_CONFIG_PATH="${environment:PKG_CONFIG_PATH}"
export
PKG_CONFIG_PATH="${environment:PKG_CONFIG_PATH}"
LD_LIBRARY_PATH="${environment:LD_LIBRARY_PATH}"
export
LD_LIBRARY_PATH="${environment:LD_LIBRARY_PATH}"
output = ${buildout:directory}/environment.sh
output = ${buildout:directory}/environment.sh
[lxml-python]
[lxml-python]
...
...
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