aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorTan Zien <nabsdh9@gmail.com>2024-04-06 23:05:17 +0800
committerRosen Penev <rosenp@gmail.com>2024-04-07 15:59:27 -0700
commit9c7a973a50dd987a13cde7bdac2330aac57275f3 (patch)
tree696115962d450f76dfdb1e183a36a6e277312802 /libs
parent1a70cf2f3be9963d1bc9ccda810a72a3026335e0 (diff)
glib2: link libiconv when building host pkg
some compile error happens when building. Linking to libiconv-full fixes this. refer to: https://github.com/openwrt/openwrt/commit/63dd14b906e9eb27bc878b95ac6777a3624b1135 Signed-off-by: Tan Zien <nabsdh9@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/glib2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile
index 73291e88c..ef36e162c 100644
--- a/libs/glib2/Makefile
+++ b/libs/glib2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=glib2
PKG_VERSION:=2.74.7
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/glib/$(basename $(PKG_VERSION))
@@ -26,7 +26,7 @@ PKG_FORTIFY_SOURCE:=0
PKG_BUILD_FLAGS:=gc-sections
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/glib-$(PKG_VERSION)
-HOST_BUILD_DEPENDS:=pcre2/host libffi/host
+HOST_BUILD_DEPENDS:=pcre2/host libffi/host libiconv-full/host
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk