| Summary: | host-libxslt-1.1.24 fails to build | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Paul Jones <paul.jones> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | X86_64 | Target: | ARM |
| Build: | buildroot-git | ||
| Attachments: | Buildroot config | ||
|
Description
Paul Jones
2010-03-18 08:49:35 UTC
My guess is that there is a confusion with the libxml2 library installed on the host. Could you put the full build log somewhere ? We might need to : * Add a post install hook to the libxml2 package, so that $(HOST_DIR)/usr/bin/xml2-config gets fixed just as we already fix $(TARGET_DIR)/usr/bin/xml2-config * Pass the LIBXML_CONFIG_PREFIX variable to libxslt's configure script, so that it uses $(HOST_DIR)/usr/bin/xml2-config instead of /usr/bin/xml2-config I can't reproduce this one anymore so marking as closed. |