Commit 2aaf5444 authored by Łukasz Nowak's avatar Łukasz Nowak

- compile w3m with locally delivered libraries

 - hack compilation process a bit to avoid not needed gettext dependency


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40041 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14d7f608
[buildout]
parts = w3m
extends =
../software-profiles/garbage-collector.cfg
../software-profiles/ncurses.cfg
../software-profiles/openssl.cfg
parts =
w3m
[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}
configure-options =
--with-gc=${garbage-collector:location}
--with-ssl=${openssl:location}
make-options =
install-core
install-scripts
make-targets =
install-core
install-scripts
environment =
LDFLAGS =-Wl,-rpath ${garbage-collector:location}/lib
CPPFLAGS =-I${ncurses:location}/include/
LDFLAGS =-L${ncurses:location}/lib -Wl,-rpath -Wl,${garbage-collector:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${openssl: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