* [Buildroot] [PATCH v2 1/1] libxslt: point to the correct xml2-config location
@ 2018-09-21 14:58 Ferdinand van Aartsen
2018-09-22 16:58 ` Thomas Petazzoni
2018-10-05 11:58 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Ferdinand van Aartsen @ 2018-09-21 14:58 UTC (permalink / raw)
To: buildroot
Currently libxslt configure finds native /usr/bin/xml2-config.
Signed-off-by: Ferdinand van Aartsen <ferdinand@ombud.nl>
---
Changes v1 -> v2:
- Title format change (requested by Thomas).
- Drop the unneeded host changes.
---
package/libxslt/libxslt.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk
index 972d5b80d5..5b1c0ae268 100644
--- a/package/libxslt/libxslt.mk
+++ b/package/libxslt/libxslt.mk
@@ -13,7 +13,8 @@ LIBXSLT_LICENSE_FILES = COPYING
LIBXSLT_CONF_OPTS = \
--with-gnu-ld \
--without-debug \
- --without-python
+ --without-python \
+ --with-libxml-prefix=$(STAGING_DIR)/usr
LIBXSLT_CONFIG_SCRIPTS = xslt-config
LIBXSLT_DEPENDENCIES = host-pkgconf libxml2
--
2.19.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2 1/1] libxslt: point to the correct xml2-config location
2018-09-21 14:58 [Buildroot] [PATCH v2 1/1] libxslt: point to the correct xml2-config location Ferdinand van Aartsen
@ 2018-09-22 16:58 ` Thomas Petazzoni
2018-10-05 11:58 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-09-22 16:58 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 21 Sep 2018 16:58:36 +0200, Ferdinand van Aartsen wrote:
> Currently libxslt configure finds native /usr/bin/xml2-config.
>
> Signed-off-by: Ferdinand van Aartsen <ferdinand@ombud.nl>
> ---
> Changes v1 -> v2:
> - Title format change (requested by Thomas).
> - Drop the unneeded host changes.
> ---
> package/libxslt/libxslt.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2 1/1] libxslt: point to the correct xml2-config location
2018-09-21 14:58 [Buildroot] [PATCH v2 1/1] libxslt: point to the correct xml2-config location Ferdinand van Aartsen
2018-09-22 16:58 ` Thomas Petazzoni
@ 2018-10-05 11:58 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-10-05 11:58 UTC (permalink / raw)
To: buildroot
>>>>> "Ferdinand" == Ferdinand van Aartsen <ferdinand@ombud.nl> writes:
> Currently libxslt configure finds native /usr/bin/xml2-config.
> Signed-off-by: Ferdinand van Aartsen <ferdinand@ombud.nl>
> ---
> Changes v1 -> v2:
> - Title format change (requested by Thomas).
> - Drop the unneeded host changes.
Committed to 2018.02.x, 2018.05.x and 2018.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-10-05 11:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-21 14:58 [Buildroot] [PATCH v2 1/1] libxslt: point to the correct xml2-config location Ferdinand van Aartsen
2018-09-22 16:58 ` Thomas Petazzoni
2018-10-05 11:58 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox