After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 341292 - Flag to build python bindings against system libxml2 instead of locally compiled
Flag to build python bindings against system libxml2 instead of locally compiled
Status: RESOLVED OBSOLETE
Product: libxslt
Classification: Platform
Component: python
1.1.x
Other Mac OS
: Normal enhancement
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-10 17:58 UTC by Daniel Macks
Modified: 2021-07-05 11:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Macks 2006-05-10 17:58:54 UTC
+++ This bug was initially created as a clone of Bug #341290 +++

If I have built libxslt with --without-python and later decide I want python bindings, or I have built with python but now want to add bindings for a different python interpetter (--with-python=/some/other/path), it would be nice to be able to do so without having to recompile the whole libxslt library itself. I already have it installed, so I'd like to have a ./configure flag that causes the python/ Makefiles to use 'pkg-config libxslt' to figure out how to find it instead of using the libxslt.la, headers, and other pieces from the build dir.

I already do this for the Fink package manager with some semi-icky hacks. If this sounds worthwhile, I'd be willing to work on implementing it cleanly with flags (--with-installed-libxslt or somesuch?).
Comment 1 Gilles Dartiguelongue 2017-09-12 21:33:39 UTC
This would be doable with non-hackish, although not always optimal, autoconf subproject feature. You can find examples of how to do this in libgphoto2, mutter or telepathy-gabble for example.
Comment 2 GNOME Infrastructure Team 2021-07-05 11:00:20 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/libxslt/-/issues/

Thank you for your understanding and your help.