Skip to content
Snippets Groups Projects
Commit 48ad713a authored by Florian Eckert's avatar Florian Eckert
Browse files

libxslt: add host build


Signed-off-by: default avatarFlorian Eckert <fe@dev.tdt.de>
parent f9e3d4e0
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
define Package/libxslt
SECTION:=libs
......@@ -126,6 +127,15 @@ define Build/InstallDev
$(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2)))
endef
HOST_CONFIGURE_ARGS+= \
--disable-silent-rules \
--enable-static \
--without-python \
--without-crypto \
--without-debug \
--without-mem-debug \
--without-debugger
define Package/libxslt/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) \
......@@ -150,3 +160,4 @@ endef
$(eval $(call BuildPackage,libxslt))
$(eval $(call BuildPackage,libexslt))
$(eval $(call BuildPackage,xsltproc))
$(eval $(call HostBuild))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment