diff options
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r-- | package/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index ff0a5ec4a..294ad23d2 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -34,7 +34,7 @@ $(eval $(call PKG_template,LIBXML2_PYTHON,libxml2-python,${PKG_VERSION}-${PKG_RE include $(ADK_TOPDIR)/mk/python.mk HOST_STYLE:= auto -HOST_CONFIGURE_ARGS+= --with-python \ +HOST_CONFIGURE_ARGS+= --with-python='$(STAGING_HOST_DIR)/usr' \ --without-iconv \ --without-lzma \ --without-zlib |