This project uses the Heroku Vulcan build system to build a copy of libxml2 v2.8.0 for use on Heroku.
The following build command has been successful on previous runs:
vulcan build --source="." --output="libxml2.tar.gz" --verbose \
--command "./configure --prefix=/app/vendor && make && make install"