projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aab43f
)
libxml2: add host build dependency on libiconv-full
author
Felix Fietkau
<nbd@nbd.name>
Thu, 4 Apr 2024 11:45:33 +0000
(13:45 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 4 Apr 2024 11:45:46 +0000
(13:45 +0200)
Fixes build on macOS
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/libs/libxml2/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libxml2/Makefile
b/package/libs/libxml2/Makefile
index 86fa3707710f9851b7895b819414935f9565a89b..efd33a52781d1744c9aa5e11acb42e468fe24909 100644
(file)
--- 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