summaryrefslogtreecommitdiff
path: root/buildlibxml.py
Commit message (Collapse)AuthorAgeFilesLines
* fix library version handling in buildlibxml.pyStefan Behnel2011-08-251-6/+7
|
* patch that copies headers only if --static isMatteo Bertozzi2011-08-241-3/+15
| | | | | | | | specified, also works with python 2.3. Tested with: LINUX: python setup.py build --static --static-deps install WINDOWS: python setup.py bdist_wininst --static
* [svn r4424] r5612@lenny: sbehnel | 2010-06-21 20:07:58 +0200scoder2010-06-211-5/+4
| | | | | | | prevent unrelated multiprocessing errors from breaking the build --HG-- branch : trunk
* [svn r4382] r5530@lenny: sbehnel | 2010-03-25 14:17:06 +0100scoder2010-03-251-1/+1
| | | | | | | Py3 build fix --HG-- branch : trunk
* [svn r4381] r5528@lenny: sbehnel | 2010-03-25 14:15:20 +0100scoder2010-03-251-2/+2
| | | | | | | Py3 build fix --HG-- branch : trunk
* [svn r4377] r5521@lenny: sbehnel | 2010-03-15 13:50:10 +0100scoder2010-03-151-2/+5
| | | | | | | safety fix --HG-- branch : trunk
* [svn r4376] r5519@lenny: sbehnel | 2010-03-15 13:12:00 +0100scoder2010-03-151-0/+2
| | | | | | | disable doc building during libxml2 install --HG-- branch : trunk
* [svn r4375] r5514@lenny: sbehnel | 2010-03-13 15:05:54 +0100scoder2010-03-131-9/+29
| | | | | | | build lib dependencies in parallel if supported --HG-- branch : trunk
* [svn r4341] r5461@lenny: sbehnel | 2010-01-30 23:02:39 +0100scoder2010-01-301-1/+56
| | | | | | | bug #506558: applied patch by Sridhar Ratnakumar to download Windows dependency binaries during build --HG-- branch : trunk
* [svn r4273] r5333@delle: sbehnel | 2009-11-24 18:55:53 +0100scoder2009-11-241-6/+14
| | | | | | | build support for MacOS-X 10.6 --HG-- branch : trunk
* [svn r4191] r5205@delle: sbehnel | 2009-08-14 22:15:36 +0200scoder2009-08-141-22/+42
| | | | | | | build libiconv on static build --HG-- branch : trunk
* [svn r4152] r5130@delle: sbehnel | 2009-06-02 21:05:27 +0200scoder2009-06-021-8/+15
| | | | | | | fix Py3 syntax in lib builder script --HG-- branch : trunk
* [svn r4053] r4939@delle: sbehnel | 2008-12-25 20:28:26 +0100scoder2008-12-251-0/+1
| | | | | | | fix finding header files when building libxml2/libxslt --HG-- branch : trunk
* [svn r4036] r4912@delle: sbehnel | 2008-12-12 19:15:08 +0100scoder2008-12-121-2/+4
| | | | | | | keep old env vars when setting Mac compile flags --HG-- branch : trunk
* [svn r4025] Substitute the version in the libxml2/libxslt filenames, even ↵ianb2008-11-201-1/+1
| | | | | | | when the version was given explicitly (otherwise giving an explicit version was broken) --HG-- branch : trunk
* [svn r4008] r4868@delle: sbehnel | 2008-11-17 19:35:01 +0100scoder2008-11-171-4/+4
| | | | | | | pass build flags also to make, not only to configure --HG-- branch : trunk
* [svn r4007] r4866@delle: sbehnel | 2008-11-16 09:20:52 +0100scoder2008-11-161-1/+1
| | | | | | | missing import --HG-- branch : trunk
* [svn r4006] r4862@delle: sbehnel | 2008-11-16 09:15:33 +0100scoder2008-11-161-10/+30
| | | | | | | Mac build fixes by Michael Guntsche --HG-- branch : trunk
* [svn r4004] r4860@delle: sbehnel | 2008-11-14 10:47:45 +0100scoder2008-11-161-1/+1
| | | | | | | fixed undefined name --HG-- branch : trunk
* [svn r4003] r4858@delle: sbehnel | 2008-11-11 23:05:25 +0100scoder2008-11-111-2/+7
| | | | | | | try-and-error fix for universally built MacOS Python platforms --HG-- branch : trunk
* [svn r3997] r4846@delle: sbehnel | 2008-11-07 20:46:04 +0100scoder2008-11-071-1/+1
| | | | | | | another fix for the static build --HG-- branch : trunk
* [svn r3994] r4835@delle: sbehnel | 2008-11-06 22:16:35 +0100scoder2008-11-061-0/+199
new setup.py option '--static-deps' to trigger a complete download+build of libxml2/xslt as part the static build --HG-- branch : trunk