|
@@ -14,7 +14,8 @@ LIBXSLT_CONF_OPTS = \
|
|
--with-gnu-ld \
|
|
--with-gnu-ld \
|
|
--without-debug \
|
|
--without-debug \
|
|
--without-python \
|
|
--without-python \
|
|
- --with-libxml-prefix=$(STAGING_DIR)/usr/
|
|
|
|
|
|
+ --with-libxml-prefix=$(STAGING_DIR)/usr/ \
|
|
|
|
+ --with-libxml-libs-prefix=$(STAGING_DIR)/usr/lib
|
|
LIBXSLT_CONFIG_SCRIPTS = xslt-config
|
|
LIBXSLT_CONFIG_SCRIPTS = xslt-config
|
|
LIBXSLT_DEPENDENCIES = libxml2
|
|
LIBXSLT_DEPENDENCIES = libxml2
|
|
|
|
|