Summary: | dbus-daemon-launch-helper: fix build with libxml | ||
---|---|---|---|
Product: | dbus | Reporter: | Peter Korsgaard <jacmet> |
Component: | core | Assignee: | Havoc Pennington <hp> |
Status: | RESOLVED FIXED | QA Contact: | John (J5) Palmieri <johnp> |
Severity: | normal | ||
Priority: | medium | CC: | chengwei.yang.cn |
Version: | 1.2.x | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
launch-helper.patch
[PATCH] XML: hard depends on expat and delete libxml |
Description
Peter Korsgaard
2009-02-22 12:05:47 UTC
I'm curious, why do you use the libxml backend? If there's a good reason to keep it, we should apply fixes like these and ensure that it's regression-tested; if there isn't, we should just delete it. (In reply to comment #1) > I'm curious, why do you use the libxml backend? If there's a good reason to > keep it, we should apply fixes like these and ensure that it's > regression-tested; if there isn't, we should just delete it. Well, this is for buildroot (http://buildroot.net), which is a build system for small embedded systems. Libxml2 was supported in the past, so we provide the option to use this for situations where libxml2 is already needed for other packages and expat isn't (libxml2 seems to be more commonly used by other packages than expat these days). But OK, if there's no interest in supporting it, then yeah, let's get rid of it completely. Libexpat is quite small anyway (~150kb). Created attachment 80384 [details] [review] [PATCH] XML: hard depends on expat and delete libxml 1.7.4, thanks |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.