Make the new slapos version compile for package.

parent 2e6db532
[buildout]
extends =
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/tags/slapos-%RECIPE_VERSION%:/component/slapos/buildout.cfg
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/slapos:/component/slapos/testing.cfg
extends-cache= extends-cache
download-cache= download-cache
......@@ -20,17 +20,25 @@ make-options +=
DESTDIR=%BUILD_ROOT_DIRECTORY%
[openssl]
configure-options +=
configure-options =
-I${zlib:location}/include
-L${zlib:location}/lib
--openssldir=${buildout:parts-directory}/${:_buildout_section_name_}/etc/ssl
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
--libdir=lib
shared no-idea no-mdc2 no-rc5 zlib
-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${buildout:parts-directory}/${:_buildout_section_name_}/lib
--prefix=%TARGET_DIRECTORY%/parts/${:_buildout_section_name_}
--openssldir=%TARGET_DIRECTORY%/parts/${:_buildout_section_name_}/etc/ssl
&& make depend
make-options +=
INSTALL_PREFIX=%BUILD_ROOT_DIRECTORY%
INSTALL_PREFIX=%BUILD_ROOT_DIRECTORY%;
[gettext]
configure-options +=
--prefix=%TARGET_DIRECTORY%/parts/${:_buildout_section_name_}
make-options +=
DESTDIR=%BUILD_ROOT_DIRECTORY%
#configure-options +=
# --prefix=%TARGET_DIRECTORY%/parts/${:_buildout_section_name_}
#make-options +=
# DESTDIR=%BUILD_ROOT_DIRECTORY%
# Add gettext library path to RPATH as its binaries are used to build
# glib for example
environment =
......@@ -43,4 +51,12 @@ configure-options +=
make-options +=
DESTDIR=%BUILD_ROOT_DIRECTORY%
[slapos]
recipe = z3c.recipe.scripts
python = python2.7
eggs =
slapos.libnetworkcache
zc.buildout
${lxml-python:egg}
slapos.core
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