| 1 |
|
# libxml2 - the XML C parser and toolkit |
| 2 |
|
# http://xmlsoft.org/ |
| 3 |
|
|
| 4 |
[buildout] |
[buildout] |
| 5 |
extends = ../software-profiles/zlib.cfg |
extends = ../software-profiles/zlib.cfg |
| 6 |
parts = |
parts = |
| 8 |
|
|
| 9 |
[libxml2] |
[libxml2] |
| 10 |
recipe = hexagonit.recipe.cmmi |
recipe = hexagonit.recipe.cmmi |
| 11 |
url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz |
url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz |
| 12 |
md5sum = 9abc9959823ca9ff904f1fbcf21df066 |
md5sum = 8127a65e8c3b08856093099b52599c86 |
| 13 |
configure-options = |
configure-options = |
| 14 |
|
--without-python |
| 15 |
--with-zlib=${zlib:location} |
--with-zlib=${zlib:location} |
| 16 |
environment = |
environment = |
| 17 |
LDFLAGS = -Wl,-rpath -Wl,${zlib:location}/lib |
LDFLAGS = -Wl,-rpath -Wl,${zlib:location}/lib |