From b970fb95df0f0450983b5e9c8a406c55f084970a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 7 Jan 2021 16:33:02 -0800 Subject: [PATCH] glib2: update to 2.66.4 Remove liconv hack for uClibc-ng as the latter is gone. Signed-off-by: Rosen Penev --- libs/glib2/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index df3a5d600e..3e46675ffc 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.66.3 -PKG_RELEASE:=2 +PKG_VERSION:=2.66.4 +PKG_RELEASE:=1 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/glib/2.66 -PKG_HASH:=79f31365a99cb1cc9db028625635d1438890702acde9e2802eae0acebcf7b5b1 +PKG_HASH:=97df8670e32f9fd4f7392b0980e661dd625012015d58350da1e58e343f4af984 PKG_MAINTAINER:=Peter Wagner PKG_LICENSE:=LGPL-2.1-or-later @@ -46,7 +46,7 @@ endef HOST_LDFLAGS += -liconv -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib TARGET_CFLAGS += -ffunction-sections -fdata-sections -TARGET_LDFLAGS += -Wl,--gc-sections -liconv $(if $(INTL_FULL),-lintl) +TARGET_LDFLAGS += -Wl,--gc-sections $(if $(INTL_FULL),-lintl) COMP_ARGS= \ -Ddefault_library=both \