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