Commit 70bad36e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* disable inline image support etc.

* link with our own zlib.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40589 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e516626f
......@@ -3,6 +3,7 @@ extends =
../software-profiles/garbage-collector.cfg
../software-profiles/ncurses.cfg
../software-profiles/openssl.cfg
../software-profiles/zlib.cfg
parts =
w3m
......@@ -14,15 +15,19 @@ url = http://downloads.sourceforge.net/project/w3m/w3m/w3m-0.5.2/w3m-0.5.2.tar.g
configure-options =
--with-gc=${garbage-collector:location}
--with-ssl=${openssl:location}
--with-termlib=ncurses
--disable-nls
--disable-image
--disable-dict
--disable-xface
--disable-mouse
--disable-nntp
--disable-help-cgi
--disable-external-uri-loader
--disable-w3mmailer
make-options =
install-core
install-scripts
keep-compile-dir = true
make-targets =
install-core
install-scripts
environment =
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
CPPFLAGS =-I${ncurses:location}/include/ -I${zlib: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 -Wl,-rpath -Wl,${zlib: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