summaryrefslogtreecommitdiffstats
path: root/rules/xmlstarlet.make
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2022-10-18 22:08:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-10-21 15:51:00 +0200
commitd82f0cd5657851a854e0731e8255ae3d40ce2af1 (patch)
treeae04d50cf75ff38387f77e798c03f14b4943c3b5 /rules/xmlstarlet.make
parentab6a3fcc7ed4e4e00a79ad040a432db41b302252 (diff)
downloadptxdist-d82f0cd5657851a854e0731e8255ae3d40ce2af1.tar.gz
ptxdist-d82f0cd5657851a854e0731e8255ae3d40ce2af1.tar.xz
rules: Replace deprecated <PKG>_AUTOCONF
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <Y08Hup6TEuGpHL7H@lenoch> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xmlstarlet.make')
-rw-r--r--rules/xmlstarlet.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/xmlstarlet.make b/rules/xmlstarlet.make
index 5751452b7..19d38fe5f 100644
--- a/rules/xmlstarlet.make
+++ b/rules/xmlstarlet.make
@@ -32,7 +32,8 @@ XMLSTARLET_DIR := $(BUILDDIR)/$(XMLSTARLET)
#
# Don't set --with-libiconv-prefix (not necessary for libc-iconv)
#
-XMLSTARLET_AUTOCONF := \
+XMLSTARLET_CONF_TOOL := autoconf
+XMLSTARLET_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--with-libxml-prefix=$(SYSROOT)/usr \
--with-libxslt-prefix=$(SYSROOT)/usr \