Commit 6d476f84 authored by Lorenzo Martinico's avatar Lorenzo Martinico

Remove superfluous configurations, add descriptions

parent de9ae41f
...@@ -18,22 +18,15 @@ eggs = setuptools ...@@ -18,22 +18,15 @@ eggs = setuptools
# https://lab.nexedi.com/nexedi/slapos.buildout/merge_requests/11 # https://lab.nexedi.com/nexedi/slapos.buildout/merge_requests/11
scripts = dummy scripts = dummy
# Uguu, upstream buildout.cfg must be patched as it works the other way # Build python with default parameters, disables the default target (profile-opt)
# around from a packager point of view at least, thus at the end static # profile-opt enables profile-specific optimisation for a default target architecture
# path, such as Python HOME directory, are wrong... # TODO: investigate why profile-opt sometimes causes a segmentation fault
#
# Currently:
# ./configure --prefix=BUILD_DIRECTORY && make install
# Instead of:
# ./configure --prefix=INSTALL_DIRECTORY && make install DESTDIR=BUILD_DIRECTORY
[python2.7] [python2.7]
configure-options += make-binary = make
--prefix=/usr/local/opt/re6st/parts/${:_buildout_section_name_} make-targets = install
make-targets = make all install
[openssl]
prefix = /usr/local/opt/re6st/parts/${:_buildout_section_name_}
# Add openssl location to the library path to ensure that
#openssl is found after rebootstrap rewrites the paths
[python-cryptography-env] [python-cryptography-env]
LD_LIBRARY_PATH=${openssl:location}/lib:%(LD_LIBRARY_PATH)s LD_LIBRARY_PATH=${openssl:location}/lib:%(LD_LIBRARY_PATH)s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment