From: Felix Fietkau Date: Thu, 4 Apr 2024 11:45:33 +0000 (+0200) Subject: libxml2: add host build dependency on libiconv-full X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?p=openwrt%2Fstaging%2Fxback.git;a=commitdiff_plain;h=4ef13c4a49708d361df663a6e42e6e114a71c020 libxml2: add host build dependency on libiconv-full Fixes build on macOS Signed-off-by: Felix Fietkau --- diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile index 86fa370771..efd33a5278 100644 --- a/package/libs/libxml2/Makefile +++ b/package/libs/libxml2/Makefile @@ -11,6 +11,7 @@ PKG_HASH:=a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:xmlsoft:libxml2 +HOST_BUILD_DEPENDS := libiconv-full/host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk