seletz / z3c.recipe.staticlxml

A buildout recipe for building a statically linked lxml library
Other
1 stars 2 forks source link

Made compatible with some 64 bit Linux. #10

Closed icemac closed 10 years ago

icemac commented 10 years ago

For instance Suse's 64 bit linux stores the shared libraries in a directory named lib64. (I think RedHat does the same).

By the way fixed:

seletz commented 10 years ago

Merged and released 0.10 on pypi.

Am 08.12.2013 um 21:09 schrieb Michael Howitz notifications@github.com:

For instance Suse's 64 bit linux stores the shared libraries in a directory named lib64. (I think RedHat does the same).

By the way fixed:

• bootstrap.py to be able to run the buildout with the newer setuptools versions released. • test dependencies needed for current zc.buildout version You can merge this Pull Request by running

git pull https://github.com/icemac/z3c.recipe.staticlxml master Or view, comment on, or merge it at:

https://github.com/seletz/z3c.recipe.staticlxml/pull/10

Commit Summary

• Update to more recent version. • Fix test setup. • Fix to run some 64 bit Linux, like Suse Linux, too. File Changes

• M CHANGES.txt (2) • M bootstrap.py (165) • M setup.py (2) • M src/z3c/recipe/staticlxml/init.py (16) Patch Links:

https://github.com/seletz/z3c.recipe.staticlxml/pull/10.patchhttps://github.com/seletz/z3c.recipe.staticlxml/pull/10.diff

Stefan Eletzhofer, Geschäftsführer

nexiles GmbH Birkenweg 12/3 88250 Weingarten Germany

web: http://www.nexiles.de fon: +49 751 270 856 52 mobil: +49 151 58 5 58 096

Rechtsform / Legal form: Gesellschaft mit beschränkter Haftung / Limited Liability Company Sitz der Gesellschaft / Domicile: Ravensburg Registergericht / Registration Court: Amtsgericht Ulm Registernummer / Commercial Register No.: HRB 725682 Umsatzsteuernummer / VAT No.: DE 273776037 Geschäftsführer / Managing Directors: Stephan Eletzhofer, Günter Häußner, Michael Schilling, Jörg Szillat

icemac commented 10 years ago

Thanks!