[openwrt/openwrt] libxml2: add host build dependency on libiconv-full
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 8 12:17:39 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/7d135dc038b0986522c68545d648fcb6a3fb1874
commit 7d135dc038b0986522c68545d648fcb6a3fb1874
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Apr 4 13:45:33 2024 +0200
libxml2: add host build dependency on libiconv-full
Fixes build on macOS
Signed-off-by: Felix Fietkau <nbd at nbd.name>
(cherry picked from commit 4ef13c4a49708d361df663a6e42e6e114a71c020)
Link: https://github.com/openwrt/openwrt/pull/15898
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/libs/libxml2/Makefile | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list