[Buildroot] [git commit branch/2018.08.x] libxslt: point to the correct xml2-config location

Peter Korsgaard peter at korsgaard.com
Fri Oct 5 11:56:42 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=a89f2b1f5f2bd2a46b461cd5f0b49af23deaffac
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.08.x

Currently libxslt configure finds native /usr/bin/xml2-config.

Signed-off-by: Ferdinand van Aartsen <ferdinand at ombud.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit f8f8ff33472641f9192a5e1ca65ebc614821665a)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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
 


More information about the buildroot mailing list