From c44cc1c649811e5070a62f8579d6928ec153376f Mon Sep 17 00:00:00 2001 From: Ferdinand van Aartsen Date: Fri, 21 Sep 2018 16:58:36 +0200 Subject: [PATCH] libxslt: point to the correct xml2-config location Currently libxslt configure finds native /usr/bin/xml2-config. Signed-off-by: Ferdinand van Aartsen Signed-off-by: Thomas Petazzoni (cherry picked from commit f8f8ff33472641f9192a5e1ca65ebc614821665a) Signed-off-by: Peter Korsgaard --- 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 f05bc5a70a..ae58e14a0e 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