From 5cecbb7fba1c97351543efad399ef8801e6e63ee Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 10 Aug 2009 20:21:13 +0200 Subject: libxslt: tell ./configure where libxml is libxslt is currently configured with --with-libxml-include-prefix, which allows libxslt ./configure to find libxml headers. However, the build of libxslt fails because it doesn't find the library itself. Therefore, instead of using --with-libxml-include-prefix, we switch to the more generic --with-libxml-prefix. Signed-off-by: Thomas Petazzoni --- package/libxslt/libxslt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk index 8d8785f49..35659d355 100644 --- a/package/libxslt/libxslt.mk +++ b/package/libxslt/libxslt.mk @@ -21,7 +21,7 @@ LIBXSLT_CONF_OPT = --with-gnu-ld --enable-shared \ $(DISABLE_NLS) $(DISABLE_IPV6) \ --without-debugging --without-python \ --without-threads \ - --with-libxml-include-prefix=$(STAGING_DIR)/usr/include/libxml2 + --with-libxml-prefix=$(STAGING_DIR)/usr/ LIBXSLT_DEPENDENCIES = uclibc $(LIBXSLT_DEPENDENCIES_EXTRA) -- cgit v1.2.3