libxslt: point to the correct xml2-config location
authorFerdinand van Aartsen <ferdinand@ombud.nl>
Fri, 21 Sep 2018 14:58:36 +0000 (16:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 22 Sep 2018 16:56:13 +0000 (18:56 +0200)
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>
package/libxslt/libxslt.mk

index 972d5b80d5cf7cb49adcf628a3371584ebdf315b..5b1c0ae26882f9233c42b867aa54d346785536fd 100644 (file)
@@ -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