summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-23 08:24:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-10-26 14:12:59 +0100
commit8ee89716ecacb93012e405514efe26a3b33a3ebf (patch)
tree2a41ed7305a91f4333385461f79714265943ac92 /rules/libxslt.make
parent4ab43c0c7bc705a0deeb2bde158b696f9762dfc8 (diff)
downloadptxdist-8ee89716ecacb93012e405514efe26a3b33a3ebf.tar.gz
ptxdist-8ee89716ecacb93012e405514efe26a3b33a3ebf.tar.xz
[libxslt] fixup obsolete configure options
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/libxslt.make')
-rw-r--r--rules/libxslt.make6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/libxslt.make b/rules/libxslt.make
index 5bff3e62a..8cfe1bb54 100644
--- a/rules/libxslt.make
+++ b/rules/libxslt.make
@@ -47,8 +47,6 @@ LIBXSLT_ENV := $(CROSS_ENV)
#
LIBXSLT_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
- --with-libxml-libs-prefix=$(SYSROOT)/usr/lib \
- --with-libxml-include-prefix=$(SYSROOT)/usr/include \
--without-python
ifdef PTXCONF_LIBXSLT_CRYPTO
@@ -66,11 +64,11 @@ endif
ifdef PTXCONF_LIBXSLT_DEBUG
LIBXSLT_AUTOCONF += \
--with-debug \
- --with-debugger
+ --with-with_debugger
else
LIBXSLT_AUTOCONF += \
--without-debug \
- --without-debugger
+ --with-with_debugger=no
endif