Browse Source

Merge pull request #10361 from micmac1/xslt-xml2-host

libxslt/host: depend on libxml2/host
lilik-openwrt-22.03
Jiri Slachta 5 years ago
committed by GitHub
parent
commit
facf36d410
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      libs/libxslt/Makefile

+ 4
- 1
libs/libxslt/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libxslt PKG_NAME:=libxslt
PKG_VERSION:=1.1.33 PKG_VERSION:=1.1.33
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \ PKG_SOURCE_URL:= \
@ -26,6 +26,8 @@ PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1
HOST_BUILD_DEPENDS:=libxml2/host
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
@ -130,6 +132,7 @@ endef
HOST_CONFIGURE_ARGS+= \ HOST_CONFIGURE_ARGS+= \
--disable-silent-rules \ --disable-silent-rules \
--enable-static \ --enable-static \
--with-libxml-prefix=$(STAGING_DIR_HOSTPKG) \
--without-python \ --without-python \
--without-crypto \ --without-crypto \
--without-debug \ --without-debug \


Loading…
Cancel
Save