[Erp5-report] r40589 kazuhiko - /erp5/trunk/buildout/software-profiles/w3m.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 24 13:50:43 CET 2010
Author: kazuhiko
Date: Wed Nov 24 13:50:43 2010
New Revision: 40589
URL: http://svn.erp5.org?rev=40589&view=rev
Log:
* disable inline image support etc.
* link with our own zlib.
Modified:
erp5/trunk/buildout/software-profiles/w3m.cfg
Modified: erp5/trunk/buildout/software-profiles/w3m.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/w3m.cfg?rev=40589&r1=40588&r2=40589&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/w3m.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/w3m.cfg [utf8] Wed Nov 24 13:50:43 2010
@@ -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/p
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
More information about the Erp5-report
mailing list