Issue 7609: Add --with-system-expat option (original) (raw)

Created on 2009-12-31 02:05 by Arfrever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-system-expat.patch Arfrever,2009-12-31 02:05 Add --with-system-expat option
Messages (5)
msg97074 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2009-12-31 02:05
`configure` should support --with-system-expat option (similarly to -- internal copy of expat. It will be useful for some distributions (e.g. Gentoo), which prefer to use system libraries instead internal copies.
msg97075 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2009-12-31 02:09
Some fragment of my initial comment disappeared :( . This option will be similar to '--with-system-ffi' option. It will cause using system expat instead of internal copy of expat.
msg97076 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-12-31 03:17
Applied in r77169.
msg97096 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-12-31 14:51
The comment "Usage of a system shared libexpat.so/expat.dll is not advised." just above the change should probably be revised.
msg97100 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-12-31 16:28
2009/12/31 Georg Brandl <report@bugs.python.org>: > > Georg Brandl <georg@python.org> added the comment: > > The comment "Usage of a system shared libexpat.so/expat.dll is not > advised." just above the change should probably be revised. Good point. Done in r77186.
History
Date User Action Args
2022-04-11 14:56:55 admin set github: 51858
2009-12-31 16:28:42 benjamin.peterson set messages: +
2009-12-31 14:51:16 georg.brandl set nosy: + georg.brandlmessages: +
2009-12-31 03:17:36 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: accepted
2009-12-31 02:09:16 Arfrever set messages: +
2009-12-31 02:05:45 Arfrever create