[Erp5-report] r40041 luke - /erp5/trunk/buildout/software-profiles/w3m.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 8 14:59:36 CET 2010


Author: luke
Date: Mon Nov  8 14:59:35 2010
New Revision: 40041

URL: http://svn.erp5.org?rev=40041&view=rev
Log:
 - compile w3m with locally delivered libraries
 - hack compilation process a bit to avoid not needed gettext dependency

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=40041&r1=40040&r2=40041&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/w3m.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/w3m.cfg [utf8] Mon Nov  8 14:59:35 2010
@@ -1,10 +1,28 @@
 [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




More information about the Erp5-report mailing list