Commit 315b548c authored by Łukasz Nowak's avatar Łukasz Nowak

- use internal parameters of setup.py scripts to pass all needed arguments

 - make two steps instead of one


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40286 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 25da03c0
...@@ -33,7 +33,8 @@ recipe = plone.recipe.command ...@@ -33,7 +33,8 @@ recipe = plone.recipe.command
# execution # execution
command = command =
cd ${itools-download:destination} cd ${itools-download:destination}
CFLAGS="-I${glib:location}/include/glib-2.0 -I${glib:location}/lib/glib-2.0/include" LDFLAGS="-L${glib:location}/lib -Wl,-rpath -Wl,${glib:location}/lib" ${python2.6:executable} setup.py install_lib -d ${itools:lib} ${python2.6:executable} setup.py build_ext -L ${glib:location}/lib -I ${glib:location}/include/glib-2.0:${glib:location}/lib/glib-2.0/include -R ${glib:location}/lib
${python2.6:executable} setup.py install_lib -d ${itools:lib}
update-command = ${:command} update-command = ${:command}
location = ${itools:location} location = ${itools:location}
......
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