summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand van Aartsen <ferdinand@ombud.nl>2018-09-21 16:58:36 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-22 18:56:13 +0200
commitf8f8ff33472641f9192a5e1ca65ebc614821665a (patch)
treedda27cedf6c6d2626ac9118bd1bf5decc64172c4
parentdf7d89ed107f76694f08e545e5f52cce8fbf15ec (diff)
downloadbuildroot-f8f8ff33472641f9192a5e1ca65ebc614821665a.tar.gz
buildroot-f8f8ff33472641f9192a5e1ca65ebc614821665a.zip
libxslt: point to the correct xml2-config location
Currently libxslt configure finds native /usr/bin/xml2-config. Signed-off-by: Ferdinand van Aartsen <ferdinand@ombud.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/libxslt/libxslt.mk3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud