summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2024-04-04 13:45:33 +0200
committerFelix Fietkau <nbd@nbd.name>2024-04-04 13:45:46 +0200
commit4ef13c4a49708d361df663a6e42e6e114a71c020 (patch)
tree022caa6ff4934e92da02a3b036b63d9d2af09fde /package
parent5aab43f93388b1e35d80892e1534584e83802f89 (diff)
downloadopenwrt-4ef13c4a49708d361df663a6e42e6e114a71c020.tar.gz
openwrt-4ef13c4a49708d361df663a6e42e6e114a71c020.tar.bz2
openwrt-4ef13c4a49708d361df663a6e42e6e114a71c020.zip
libxml2: add host build dependency on libiconv-full
Fixes build on macOS Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r--package/libs/libxml2/Makefile1
1 files changed, 1 insertions, 0 deletions
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