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

- build locally garbage collector for w3m

Even if gc is available in many systems it is quite often not available
in good version. For safety provide known working version in buildout
and link to this version by absolute path.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36693 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f030ac3a
......@@ -10,6 +10,7 @@ extends =
../software-profiles/apache.cfg
../software-profiles/automake-1.9.cfg
../software-profiles/erp5-2.12.cfg
../software-profiles/garbage-collector.cfg
../software-profiles/tokyocabinet.cfg
../software-profiles/flare.cfg
../software-profiles/haproxy.cfg
......
......@@ -9,6 +9,7 @@ extends =
../software-profiles/apache.cfg
../software-profiles/automake-1.9.cfg
../software-profiles/erp5.cfg
../software-profiles/garbage-collector.cfg
../software-profiles/tokyocabinet.cfg
../software-profiles/flare.cfg
../software-profiles/haproxy.cfg
......
[buildout]
parts = garbage-collector
[garbage-collector]
recipe = hexagonit.recipe.cmmi
md5sum = 2ff9924c7249ef7f736ecfe6f08f3f9b
url = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.1.tar.gz
......@@ -5,3 +5,6 @@ parts = w3m
recipe = hexagonit.recipe.cmmi
md5sum = ba06992d3207666ed1bf2dcf7c72bf58
url = http://downloads.sourceforge.net/project/w3m/w3m/w3m-0.5.2/w3m-0.5.2.tar.gz
configure-options = --with-gc=${garbage-collector:location}
environment =
LDFLAGS =-Wl,-rpath=${garbage-collector:location}/lib
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