Parent Directory
|
Revision Log
- 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 |