Commit 3f14f3bf authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : perl-XML-Parser 2.41. build with our own libexpat.

parent 49f934ce
[buildout] [buildout]
extends = extends =
../libexpat/buildout.cfg ../libexpat/buildout.cfg
../libxml2/buildout.cfg
../perl/buildout.cfg ../perl/buildout.cfg
../perl-libwww-perl/buildout.cfg ../perl-libwww-perl/buildout.cfg
../zlib/buildout.cfg
parts = parts =
perl-XML-Parser perl-XML-Parser
...@@ -13,18 +11,15 @@ recipe = slapos.recipe.cmmi ...@@ -13,18 +11,15 @@ recipe = slapos.recipe.cmmi
depends = depends =
${perl:version} ${perl:version}
${perl-libwww-perl:location} ${perl-libwww-perl:location}
url = http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-2.36.tar.gz url = http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-2.41.tar.gz
md5sum = 1b868962b658bd87e1563ecd56498ded md5sum = c320d2ffa459e6cdc6f9f59c1185855e
configure-command = configure-command =
${perl:location}/bin/perl Makefile.PL \ ${perl:location}/bin/perl Makefile.PL \
EXPATINCPATH=${libexpat:location}/include \ EXPATINCPATH=${libexpat:location}/include \
EXPATLIBPATH=${libexpat:location}/lib \ EXPATLIBPATH=${libexpat:location}/lib \
INC="-I${libxml2:location}/include/libxml2" \
LIBS="-L${libxml2:location}/lib -L${zlib:location}/lib"
# Parallel make does not work for this package on fast machines # Parallel make does not work for this package on fast machines
# with many cores # with many cores
make-options = make-options =
OTHERLDFLAGS=" -Wl,-rpath=${libxml2:location}/lib -Wl,-rpath=${zlib:location}/lib" -j1 OTHERLDFLAGS="-Wl,-rpath=${libexpat:location}/lib" -j1
environment = environment =
LD_LIBRARY_PATH=${libxml2:location}/lib:${zlib:location}/lib
PERLLIB=blib/lib PERLLIB=blib/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment