Commit a8135378 authored by Łukasz Nowak's avatar Łukasz Nowak

- workaround http://github.com/hexagonit/hexagonit.recipe.cmmi/issues#issue/1...

 - workaround http://github.com/hexagonit/hexagonit.recipe.cmmi/issues#issue/1 by resetting environment (works only in default buildout run)
 - reorganise parts a bit to have control over reseted environment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37175 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5218a388
......@@ -35,17 +35,17 @@ versions = versions
parts =
eggs
rdiff-backup
apache
memcached
rdiff-backup
ocropus
haproxy
varnish
flare
w3m
xpdf
imagemagick
mysql-tritonn-5.0
imagemagick
zope-2.8
cmf15
itools
......
......@@ -4,3 +4,10 @@ parts = imagemagick
[imagemagick]
recipe = hexagonit.recipe.cmmi
url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.2-4.tar.gz
# workaround http://github.com/hexagonit/hexagonit.recipe.cmmi/issues#issue/1
# in typical buildout run
environment =
CFLAGS =
CXXFLAGS =
LDFLAGS =
......@@ -16,6 +16,10 @@ configure-options =
${iulib:location}
patches = ${ocropus-patch-scons:location}/${ocropus-patch-scons:filename}
patch-options = -p1
# workaround http://github.com/hexagonit/hexagonit.recipe.cmmi/issues#issue/1
# in typical buildout run
environment =
LDFLAGS =
[iulib]
recipe = hexagonit.recipe.cmmi
......
......@@ -39,3 +39,10 @@ patches =
${xpdf-3.02pl2.patch:location}/${xpdf-3.02pl2.patch:filename}
${xpdf-3.02pl3.patch:location}/${xpdf-3.02pl3.patch:filename}
${xpdf-3.02pl4.patch:location}/${xpdf-3.02pl4.patch:filename}
# workaround http://github.com/hexagonit/hexagonit.recipe.cmmi/issues#issue/1
# in typical buildout run
environment =
LDFLAGS =
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