From 87de2a36b20b3ce902c325962b26de2fe1ed7032 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 24 May 2019 09:52:23 +0200 Subject: libxslt: don't use absolute path for xml2-config It will be found in sysroot-cross/bin without it. This fixes using the devpkg in another build directory. Signed-off-by: Michael Olbrich --- rules/libxslt.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rules/libxslt.make') diff --git a/rules/libxslt.make b/rules/libxslt.make index 743a9ccca..fa6b0371e 100644 --- a/rules/libxslt.make +++ b/rules/libxslt.make @@ -33,8 +33,9 @@ LIBXSLT_URL := \ # Prepare # ---------------------------------------------------------------------------- -LIBXSLT_PATH := PATH=$(CROSS_PATH) -LIBXSLT_ENV := $(CROSS_ENV) +LIBXSLT_ENV := \ + $(CROSS_ENV) \ + ac_cv_path_XML_CONFIG=xml2-config # # autoconf -- cgit v1.2.3