mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #10261 from TDT-AG/pr/20191016-xsltproc
libxslt: add host build
This commit is contained in:
@@ -27,6 +27,7 @@ PKG_FIXUP:=autoreconf
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
define Package/libxslt
|
define Package/libxslt
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
@@ -126,6 +127,15 @@ define Build/InstallDev
|
|||||||
$(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2)))
|
$(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2)))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
HOST_CONFIGURE_ARGS+= \
|
||||||
|
--disable-silent-rules \
|
||||||
|
--enable-static \
|
||||||
|
--without-python \
|
||||||
|
--without-crypto \
|
||||||
|
--without-debug \
|
||||||
|
--without-mem-debug \
|
||||||
|
--without-debugger
|
||||||
|
|
||||||
define Package/libxslt/install
|
define Package/libxslt/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) \
|
$(CP) \
|
||||||
@@ -150,3 +160,4 @@ endef
|
|||||||
$(eval $(call BuildPackage,libxslt))
|
$(eval $(call BuildPackage,libxslt))
|
||||||
$(eval $(call BuildPackage,libexslt))
|
$(eval $(call BuildPackage,libexslt))
|
||||||
$(eval $(call BuildPackage,xsltproc))
|
$(eval $(call BuildPackage,xsltproc))
|
||||||
|
$(eval $(call HostBuild))
|
||||||
|
|||||||
Reference in New Issue
Block a user