/[public]/erp5/trunk/buildout/software-profiles/libxml2.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/libxml2.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39829 - (hide annotations)
Wed Nov 3 10:19:59 2010 UTC (2 years, 6 months ago) by luke
File size: 344 byte(s)
 - do not link against python, as it is not needed
1 luke 39774 [buildout]
2     extends = ../software-profiles/zlib.cfg
3     parts =
4     libxml2
5    
6     [libxml2]
7     recipe = hexagonit.recipe.cmmi
8     url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz
9     md5sum = 9abc9959823ca9ff904f1fbcf21df066
10     configure-options =
11 luke 39829 --without-python
12 luke 39774 --with-zlib=${zlib:location}
13     environment =
14 luke 39827 LDFLAGS = -Wl,-rpath -Wl,${zlib:location}/lib

  ViewVC Help
Powered by ViewVC 1.1.2