Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew-buildout-re6st
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
nexedi
chromebrew-buildout-re6st
Commits
6d476f84
Commit
6d476f84
authored
Jun 27, 2018
by
Lorenzo Martinico
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove superfluous configurations, add descriptions
parent
de9ae41f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
buildout.cfg
buildout.cfg
+7
-14
No files found.
buildout.cfg
View file @
6d476f84
...
...
@@ -18,22 +18,15 @@ eggs = setuptools
# https://lab.nexedi.com/nexedi/slapos.buildout/merge_requests/11
scripts = dummy
# Uguu, upstream buildout.cfg must be patched as it works the other way
# around from a packager point of view at least, thus at the end static
# path, such as Python HOME directory, are wrong...
#
# Currently:
# ./configure --prefix=BUILD_DIRECTORY && make install
# Instead of:
# ./configure --prefix=INSTALL_DIRECTORY && make install DESTDIR=BUILD_DIRECTORY
# Build python with default parameters, disables the default target (profile-opt)
# profile-opt enables profile-specific optimisation for a default target architecture
# TODO: investigate why profile-opt sometimes causes a segmentation fault
[python2.7]
configure-options +=
--prefix=/usr/local/opt/re6st/parts/${:_buildout_section_name_}
make-targets = make all install
[openssl]
prefix = /usr/local/opt/re6st/parts/${:_buildout_section_name_}
make-binary = make
make-targets = install
# Add openssl location to the library path to ensure that
#openssl is found after rebootstrap rewrites the paths
[python-cryptography-env]
LD_LIBRARY_PATH=${openssl:location}/lib:%(LD_LIBRARY_PATH)s
...
...
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